Skip to content

Commit 9a52240

Browse files
committed
Finalise setup.py
1 parent f5d5949 commit 9a52240

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

setup.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,24 @@
1010

1111
setup(
1212
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.",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
author="Angus Gratton",
18-
author_email="todo@example.com",
18+
author_email="[email protected].com",
1919
url="https://github.com/projectgus/python-canalystii",
2020
packages=find_packages(exclude=["tests"]),
2121
install_requires=["pyusb>=1.2.0"],
2222
include_package_data=True,
23-
license="MIT",
23+
license="BSD",
2424
classifiers=[
25-
"License :: OSI Approved :: MIT License",
25+
"License :: OSI Approved :: BSD License",
2626
"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',
2731
"Programming Language :: Python :: 3",
2832
"Programming Language :: Python :: Implementation :: CPython",
2933
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)