update setup.py

This commit is contained in:
wenmeng.zwm
2022-12-07 11:50:33 +08:00
parent e2bf864f63
commit 18130ad800

View File

@@ -195,8 +195,8 @@ if __name__ == '__main__':
long_description_content_type='text/markdown',
author='Alibaba ModelScope team',
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')),
include_package_data=True,
classifiers=[
@@ -204,9 +204,10 @@ if __name__ == '__main__':
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'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',
tests_require=parse_requirements('requirements/tests.txt'),