Don't add GPL to long_description

This commit is contained in:
Jan Dittberner 2016-05-02 21:43:15 +02:00
parent 34beba4780
commit b81361656a

View file

@ -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']