From 814d145366704a211507124ff104899abd8ad3f0 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Wed, 25 Aug 2021 04:10:38 -0500 Subject: [PATCH] Updates to setup files - Include additional non-python files in MANIFEST.in (package_data in setup.cfg was not including the files) - Update requirements in setup.cfg --- MANIFEST.in | 5 ++++- setup.cfg | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 001f3e67..e9842436 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,6 @@ recursive-include core *.h recursive-include core *.m -include run.py \ No newline at end of file +include run.py +graft locale +graft help +graft qtlib/locale \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 8076a077..ff0d5353 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,12 +31,15 @@ python_requires = >=3.6 install_requires = Send2Trash>=1.3.0 polib>=1.1.0 - hsaudiotag3k>=1.1.3* + mutagen>=1.45.1 distro>=1.5.0 PyQt5 >=5.14.1,<6.0; sys_platform != 'linux' pywin32>=228; sys_platform == 'win32' +setup_requires = + sphinx>=3.0.0 tests_require = pytest >=6,<7 +include_package_data = true [options.entry_points] console_scripts =