Skip to content

Commit 436e940

Browse files
authored
Merge pull request #3 from BloomyControls/fix-license
setup.cfg: change MIT to BSD
2 parents a25b3a6 + f9c6bba commit 436e940

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ long_description_content_type= text/markdown
99
url= https://github.com/BloomyControls/BS1200-Python-Driver
1010
project_urls=
1111
Bug Tracker = https://github.com/BloomyControls/BS1200-Python-Driver/issues
12-
classifiers=
12+
classifiers=
1313
Programming Language :: Python :: 3
14-
License :: OSI Approved :: MIT License,
14+
License :: OSI Approved :: BSD License,
1515
Operating System :: OS Independent
1616
[options]
17-
package_dir=
17+
package_dir=
1818
= src
1919
packages= find:
2020
python_requires = >=3.6
2121
install_requires =
2222
python-can
2323
[options.packages.find]
24-
where = src
24+
where = src

0 commit comments

Comments
 (0)