|
10 | 10 |
|
11 | 11 | setup( |
12 | 12 | name="canalystii", |
13 | | - version="0.1-dev", |
14 | | - description="Python userspace driver for Canalyst-II CAN analyzer.", |
| 13 | + version="0.1", |
| 14 | + description="Python userspace driver for Canalyst-II USB CAN analyzer.", |
15 | 15 | long_description=long_description, |
16 | 16 | long_description_content_type="text/markdown", |
17 | 17 | author="Angus Gratton", |
18 | | - author_email="todo@example.com", |
| 18 | + author_email="[email protected].com", |
19 | 19 | url="https://github.com/projectgus/python-canalystii", |
20 | 20 | packages=find_packages(exclude=["tests"]), |
21 | 21 | install_requires=["pyusb>=1.2.0"], |
22 | 22 | include_package_data=True, |
23 | | - license="MIT", |
| 23 | + license="BSD", |
24 | 24 | classifiers=[ |
25 | | - "License :: OSI Approved :: MIT License", |
| 25 | + "License :: OSI Approved :: BSD License", |
26 | 26 | "Programming Language :: Python", |
| 27 | + 'Programming Language :: Python :: 3.6', |
| 28 | + 'Programming Language :: Python :: 3.7', |
| 29 | + 'Programming Language :: Python :: 3.8', |
| 30 | + 'Programming Language :: Python :: 3.9', |
27 | 31 | "Programming Language :: Python :: 3", |
28 | 32 | "Programming Language :: Python :: Implementation :: CPython", |
29 | 33 | "Programming Language :: Python :: Implementation :: PyPy", |
|
0 commit comments