mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
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:
parent
965066dba4
commit
51125bb2b3
2
setup.py
2
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",
|
||||
|
Loading…
Reference in New Issue
Block a user