]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
comment-out the 'license' field because PyPI rejects upload if you have an invalid...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 16 Oct 2007 03:48:09 +0000 (20:48 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 16 Oct 2007 03:48:09 +0000 (20:48 -0700)
This means that we have no machine-readable licence for now.  I will make the
human-readable licensing.

setup.py

index 1fd88f6fca884bec2026f720ece73a8de082c8fd..9195d56934e89ad32547307b8d36d8c92783d839 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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",