mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
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
This commit is contained in:
parent
efb76c7686
commit
814d145366
@ -1,3 +1,6 @@
|
|||||||
recursive-include core *.h
|
recursive-include core *.h
|
||||||
recursive-include core *.m
|
recursive-include core *.m
|
||||||
include run.py
|
include run.py
|
||||||
|
graft locale
|
||||||
|
graft help
|
||||||
|
graft qtlib/locale
|
@ -31,12 +31,15 @@ python_requires = >=3.6
|
|||||||
install_requires =
|
install_requires =
|
||||||
Send2Trash>=1.3.0
|
Send2Trash>=1.3.0
|
||||||
polib>=1.1.0
|
polib>=1.1.0
|
||||||
hsaudiotag3k>=1.1.3*
|
mutagen>=1.45.1
|
||||||
distro>=1.5.0
|
distro>=1.5.0
|
||||||
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
|
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
|
||||||
pywin32>=228; sys_platform == 'win32'
|
pywin32>=228; sys_platform == 'win32'
|
||||||
|
setup_requires =
|
||||||
|
sphinx>=3.0.0
|
||||||
tests_require =
|
tests_require =
|
||||||
pytest >=6,<7
|
pytest >=6,<7
|
||||||
|
include_package_data = true
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user