mirror of
https://github.com/ytisf/theZoo.git
synced 2025-12-05 20:19:57 -08:00
23 lines
441 B
INI
23 lines
441 B
INI
[metadata]
|
|
name = theZoo
|
|
version = 0.7.1
|
|
author = theZoo maintainers
|
|
license = GPL-3.0-or-later
|
|
license_files = LICENSE.md
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
|
|
[options]
|
|
packages = find:
|
|
include_package_data = True
|
|
python_requires = >=3.8
|
|
install_requires =
|
|
urllib3
|
|
pyminizip
|
|
pyzipper
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
theZoo = theZoo:main
|
|
theZoo-gui = theZoo_gui:run
|