Merge pull request #2 from somebugsyouwinsomebugsyoulose/patch-1

Corrected license classifer
master
Alexandre Dulaunoy 2021-03-19 07:30:04 +01:00 committed by GitHub
commit 917272fafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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