Rename COPYING -> LICENSE.txt

To comply with Python packaging guidelines.
This commit is contained in:
Matteo Cypriani 2018-07-04 18:51:51 +02:00
parent b2dcbd8368
commit b2d16599a4
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
include MANIFEST.in gcp.1 include MANIFEST.in gcp.1
global-include *.py global-include *.py
global-include *.po *.mo global-include *.po *.mo
global-include CHANGELOG COPYING* README* global-include CHANGELOG LICENSE.txt README*
global-exclude *.un~ *.swp global-exclude *.un~ *.swp

View File

@ -39,7 +39,7 @@ 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, ['COPYING', 'README.md']), ('share/doc/%s' % name, ['LICENSE.txt', 'README.md']),
], ],
scripts=['gcp'], scripts=['gcp'],
install_requires=['PyGObject', 'dbus-python'], install_requires=['PyGObject', 'dbus-python'],