|
9 | 9 | description="bobotools", |
10 | 10 | long_description=open("README.md", "r").read(), |
11 | 11 | long_description_content_type="text/markdown", |
12 | | - version="0.1.0", # 版本 |
| 12 | + version="0.4.0", # 版本 |
13 | 13 | install_requires=["tqdm", "opencv-python", "numpy", "torch"], |
14 | 14 | python_requires=">=3.6", |
15 | 15 | include_package_data=True, |
16 | 16 | classifiers=[ |
17 | | - 'Environment :: Console', |
18 | | - 'Natural Language :: English', |
19 | | - 'Development Status :: 4 - Beta', |
20 | | - 'Intended Audience :: Developers', |
21 | | - 'License :: OSI Approved :: MIT License', |
22 | | - 'Operating System :: OS Independent', |
23 | | - 'Programming Language :: Python :: 3', |
| 17 | + "Environment :: Console", |
| 18 | + "Natural Language :: English", |
| 19 | + "Development Status :: 4 - Beta", |
| 20 | + "Intended Audience :: Developers", |
| 21 | + "License :: OSI Approved :: MIT License", |
| 22 | + "Operating System :: OS Independent", |
| 23 | + "Programming Language :: Python :: 3", |
24 | 24 | ], |
25 | 25 | ) |
0 commit comments