We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7bbc6 commit 3515f97Copy full SHA for 3515f97
setup.py
@@ -45,12 +45,12 @@ def find_version(*file_paths):
45
maintainer='WattTime Corporation',
46
maintainer_email='[email protected]',
47
url='https://github.com/WattTime/pyiso',
48
- license='Apache',
+ license='AGPL v3',
49
classifiers=[
50
'Programming Language :: Python',
51
'Programming Language :: Python :: 2',
52
'Programming Language :: Python :: 3',
53
- 'License :: OSI Approved :: Apache Software License',
+ 'License :: OSI Approved :: GNU Affero General Public License v3',
54
'Operating System :: OS Independent',
55
'Development Status :: 3 - Alpha',
56
'Environment :: Web Environment',
0 commit comments