Don't add GPL to long_description
This commit is contained in:
parent
34beba4780
commit
b81361656a
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -7,9 +7,6 @@ version = '0.1.1'
|
|||
with open('README.rst') as readme:
|
||||
description = readme.read() + "\n\n"
|
||||
|
||||
with open('COPYING') as license:
|
||||
description += license.read()
|
||||
|
||||
requires = ['Sphinx>=1.4', 'ipcalc>=1.99']
|
||||
tests_requires = ['path.py>=8.2.1']
|
||||
|
||||
|
|
Loading…
Reference in a new issue