Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre Dulaunoy 917272fafa
Merge pull request #2 from somebugsyouwinsomebugsyoulose/patch-1
Corrected license classifer
2021-03-19 07:30:04 +01:00
somebugsyouwinsomebugsyoulose 4507c939f0
Corrected license classifer
LICENSE file states BSD-licensed code, but classifier contained values that would have people find the package in PyPi under AGPLv3+. (The two license types are incompatible. It's presumed that the author intended BSD license, but sending in a PR to verify.
2021-03-18 21:14:01 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setup(
description='Python client for Intel471',
packages=['pyintel471'],
classifiers=[
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'License :: OSI Approved :: BSD License',
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Operating System :: POSIX :: Linux',