From 51125bb2b331d18213549be33e2adc4cf7e68b79 Mon Sep 17 00:00:00 2001 From: czooko Date: Mon, 15 Oct 2007 20:55:10 -0700 Subject: [PATCH] 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.45.2