LICENSE.txt -> LICENSE

Because it's also supported by Python packaging tools and the extension
is ugly.
This commit is contained in:
Matteo Cypriani 2018-10-14 22:10:52 +02:00
parent 93c37d756d
commit 63870b25ed
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ setuptools.setup(
data_files=[ data_files=[
('share/locale/fr/LC_MESSAGES', ['i18n/fr/LC_MESSAGES/gcp.mo']), ('share/locale/fr/LC_MESSAGES', ['i18n/fr/LC_MESSAGES/gcp.mo']),
('share/man/man1', ["gcp.1"]), ('share/man/man1', ["gcp.1"]),
('share/doc/%s' % name, ['CHANGELOG', 'LICENSE.txt', 'README.md']), ('share/doc/%s' % name, ['CHANGELOG', 'LICENSE', 'README.md']),
], ],
install_requires=['PyGObject', 'dbus-python'], install_requires=['PyGObject', 'dbus-python'],
python_requires='>=3', python_requires='>=3',