LICENSE.txt -> LICENSE

Because it's also supported by Python packaging tools and the extension
is ugly.
master
Matteo Cypriani 5 years ago
parent 93c37d756d
commit 63870b25ed

@ -43,7 +43,7 @@ setuptools.setup(
data_files=[
('share/locale/fr/LC_MESSAGES', ['i18n/fr/LC_MESSAGES/gcp.mo']),
('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'],
python_requires='>=3',

Loading…
Cancel
Save