comment-out the 'license' field because PyPI rejects upload if you have an invalid value therein

This means that we have no machine-readable licence for now.  I will make the
human-readable licensing.
This commit is contained in:
Zooko O'Whielacronx 2007-10-15 20:48:09 -07:00
parent 74f52d79f2
commit 965066dba4

View File

@ -37,8 +37,8 @@ trove_classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Environment :: Web Environment",
"License :: Free Software (GPL variant)", # Not a real acceptable value. I guess this means we really need to get our licence DFSG/OSI approved.
"License :: Open Source (GPL variant)", # Not a real acceptable value. I guess this means we really need to get our licence DFSG/OSI approved.
# "License :: Free Software (GPL variant)", # Not a real acceptable value. I guess this means we really need to get our licence DFSG/OSI approved.
# "License :: Open Source (GPL variant)", # Not a real acceptable value. I guess this means we really need to get our licence DFSG/OSI approved.
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: System Administrators",