Do not include whole licence text into licence field
In setup.py, licence field should be short licence abbreviation, not a full licence text.
This commit is contained in:
parent
b7e71fc32f
commit
4a66a29761
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -30,6 +30,6 @@ setup(
|
||||||
scripts=['bin/colout'],
|
scripts=['bin/colout'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=requires,
|
install_requires=requires,
|
||||||
license=open('LICENSE').read(),
|
license='GPLv3',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue