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 =