From: Zooko O'Whielacronx Date: Tue, 16 Oct 2007 03:48:09 +0000 (-0700) Subject: comment-out the 'license' field because PyPI rejects upload if you have an invalid... X-Git-Tag: allmydata-tahoe-0.6.1~2 X-Git-Url: https://git.rkrishnan.org/pb.xhtml?a=commitdiff_plain;h=965066dba40b83763297b8a504bdecb95c0e3d96;p=tahoe-lafs%2Ftahoe-lafs.git 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. --- diff --git a/setup.py b/setup.py index 1fd88f6f..9195d569 100644 --- 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",