From b867d187d2c341020c3f1640d94780b59b5baa32 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 6 May 2021 16:15:07 +0200 Subject: setup.py: Don't include quarg.1 in data_files Apparently this keyword is deprecated [1]. We're beginning to get very tired of Python packaging standards and tooling, so for now just rely on the distribution putting the manual in the right place. [1] https://discuss.python.org/t/should-there-be-a-new-standard-for-installing-arbitrary-data-files/7853 --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index ddb2614..6657273 100644 --- a/setup.py +++ b/setup.py @@ -15,10 +15,6 @@ setuptools.setup( packages=setuptools.find_packages(), python_requires=">=3.8", - data_files = [ - ('man/man1', ['quarg.1']) - ], - entry_points = { 'console_scripts': [ 'quarg = quarg.main:main', -- cgit v1.2.3-2-gb3c3