Skip to content

Commit 3515f97

Browse files
committed
#194 Change setup.py to AGPL v3
This is inline with the current LICENSE file and seemingly the intent of 4006bbc.
1 parent 4e7bbc6 commit 3515f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ def find_version(*file_paths):
4545
maintainer='WattTime Corporation',
4646
maintainer_email='[email protected]',
4747
url='https://github.com/WattTime/pyiso',
48-
license='Apache',
48+
license='AGPL v3',
4949
classifiers=[
5050
'Programming Language :: Python',
5151
'Programming Language :: Python :: 2',
5252
'Programming Language :: Python :: 3',
53-
'License :: OSI Approved :: Apache Software License',
53+
'License :: OSI Approved :: GNU Affero General Public License v3',
5454
'Operating System :: OS Independent',
5555
'Development Status :: 3 - Alpha',
5656
'Environment :: Web Environment',

0 commit comments

Comments
 (0)