| @@ -195,8 +195,8 @@ if __name__ == '__main__': | |||||
| long_description_content_type='text/markdown', | long_description_content_type='text/markdown', | ||||
| author='Alibaba ModelScope team', | author='Alibaba ModelScope team', | ||||
| author_email='modelscope@list.alibaba-inc.com', | author_email='modelscope@list.alibaba-inc.com', | ||||
| keywords='', | |||||
| url='TBD', | |||||
| keywords='python,nlp,science,cv,speech,multi-modal', | |||||
| url='https://github.com/modelscope/modelscope', | |||||
| packages=find_packages(exclude=('configs', 'tools', 'demo')), | packages=find_packages(exclude=('configs', 'tools', 'demo')), | ||||
| include_package_data=True, | include_package_data=True, | ||||
| classifiers=[ | classifiers=[ | ||||
| @@ -204,9 +204,10 @@ if __name__ == '__main__': | |||||
| 'License :: OSI Approved :: Apache Software License', | 'License :: OSI Approved :: Apache Software License', | ||||
| 'Operating System :: OS Independent', | 'Operating System :: OS Independent', | ||||
| 'Programming Language :: Python :: 3', | 'Programming Language :: Python :: 3', | ||||
| 'Programming Language :: Python :: 3.5', | |||||
| 'Programming Language :: Python :: 3.6', | |||||
| 'Programming Language :: Python :: 3.7', | 'Programming Language :: Python :: 3.7', | ||||
| 'Programming Language :: Python :: 3.8', | |||||
| 'Programming Language :: Python :: 3.9', | |||||
| 'Programming Language :: Python :: 3.10', | |||||
| ], | ], | ||||
| license='Apache License 2.0', | license='Apache License 2.0', | ||||
| tests_require=parse_requirements('requirements/tests.txt'), | tests_require=parse_requirements('requirements/tests.txt'), | ||||