From: czooko Date: Tue, 16 Oct 2007 03:55:10 +0000 (-0700) Subject: fix the 'license' field of the PyPI db (not the Trove Classifiers that I was changing... X-Git-Tag: allmydata-tahoe-0.6.1~1 X-Git-Url: https://git.rkrishnan.org/module-simplejson.tests.html?a=commitdiff_plain;h=51125bb2b331d18213549be33e2adc4cf7e68b79;p=tahoe-lafs%2Ftahoe-lafs.git fix the 'license' field of the PyPI db (not the Trove Classifiers that I was changing in recent patches) to describe our licence and link to it The earlier patches were changing the Trove Classifiers, which is a different thing to this 'license' field. --- diff --git a/setup.py b/setup.py index 9195d569..133e634a 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ setup(name='allmydata-tahoe', author='Allmydata, Inc.', author_email='tahoe-dev@allmydata.org', url='http://allmydata.org/', - license='GNU GPL', + license='GNU GPL v2 or later, plus transitive 12 month grace period; http://allmydata.org/trac/tahoe/browser/COPYING', packages=["allmydata", "allmydata.test", "allmydata.util", "allmydata.scripts", "allmydata.Crypto", "allmydata.Crypto.Cipher",