We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a25b3a6 + f9c6bba commit 436e940Copy full SHA for 436e940
setup.cfg
@@ -9,16 +9,16 @@ long_description_content_type= text/markdown
9
url= https://github.com/BloomyControls/BS1200-Python-Driver
10
project_urls=
11
Bug Tracker = https://github.com/BloomyControls/BS1200-Python-Driver/issues
12
-classifiers=
+classifiers=
13
Programming Language :: Python :: 3
14
- License :: OSI Approved :: MIT License,
+ License :: OSI Approved :: BSD License,
15
Operating System :: OS Independent
16
[options]
17
-package_dir=
+package_dir=
18
= src
19
packages= find:
20
python_requires = >=3.6
21
install_requires =
22
python-can
23
[options.packages.find]
24
-where = src
+where = src
0 commit comments