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.
This commit is contained in:
czooko 2007-10-15 20:55:10 -07:00
parent 965066dba4
commit 51125bb2b3

View File

@ -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",