projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d91df
)
setup.py: add explicit classifier for GPLv2+
author
W. Trevor King
<wking@tremily.us>
Tue, 20 Nov 2012 03:33:41 +0000
(22:33 -0500)
committer
W. Trevor King
<wking@tremily.us>
Tue, 20 Nov 2012 03:33:41 +0000
(22:33 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 18f492d236b0dcbd7d8ac770ace8f8e67b3ac262..cd0314fee3c9c05f448ccc8285f535c5d6828df6 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-61,6
+61,7
@@
setup(name=package_name,
'Operating System :: POSIX',
'Operating System :: Unix',
'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',