2021-08-18 09:12:38 +00:00
|
|
|
[metadata]
|
|
|
|
name = dupeGuru
|
|
|
|
version = attr: core.__version__
|
|
|
|
url = https://github.com/arsenetar/dupeguru
|
|
|
|
project_urls =
|
|
|
|
Bug Reports = https://github.com/arsenetar/dupeguru/issues
|
|
|
|
author = Andrew Senetar
|
|
|
|
author_email = arsenetar@voltaicideas.net
|
|
|
|
license = GPLv3
|
|
|
|
license_files = license
|
|
|
|
description = dupeGuru is a tool to find duplicate files on your computer.
|
|
|
|
long_description = file:README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
Intended Audience :: End Users/Desktop
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
|
|
Operating System :: MacOS :: MacOS X
|
|
|
|
Operating System :: Microsoft :: Windows
|
|
|
|
Operating System :: POSIX
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
2022-03-15 10:09:58 +00:00
|
|
|
Programming Language :: Python :: 3.10
|
2021-08-18 09:12:38 +00:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Topic :: Desktop Environment :: File Managers
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
2022-03-15 10:09:58 +00:00
|
|
|
python_requires = >=3.7
|
2021-08-18 09:12:38 +00:00
|
|
|
install_requires =
|
|
|
|
Send2Trash>=1.3.0
|
2021-08-25 09:10:38 +00:00
|
|
|
mutagen>=1.45.1
|
2021-08-18 09:12:38 +00:00
|
|
|
distro>=1.5.0
|
|
|
|
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
|
|
|
|
pywin32>=228; sys_platform == 'win32'
|
2021-08-25 09:10:38 +00:00
|
|
|
setup_requires =
|
|
|
|
sphinx>=3.0.0
|
2022-03-21 03:48:03 +00:00
|
|
|
polib>=1.1.0
|
2021-08-18 09:12:38 +00:00
|
|
|
tests_require =
|
|
|
|
pytest >=6,<7
|
2021-08-25 09:10:38 +00:00
|
|
|
include_package_data = true
|
2021-08-18 09:12:38 +00:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
dupeguru = run.py
|