From 63870b25ed36d56db5651418798707d83e28aa59 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Sun, 14 Oct 2018 22:10:52 +0200 Subject: [PATCH] LICENSE.txt -> LICENSE Because it's also supported by Python packaging tools and the extension is ugly. --- LICENSE.txt => LICENSE | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/setup.py b/setup.py index cbd7d77..68dc230 100644 --- a/setup.py +++ b/setup.py @@ -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',