rupload/setup.cfg
2024-11-26 04:34:46 +01:00

26 lines
469 B
INI

[metadata]
name = rupload
version = 1.3.37
description = upload tool
author = Retoor
author_email = retoor@molodetz.nl
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
package_dir =
= src
python_requires = >=3.7
install_requires =
aiohttp==3.10.10
dataset==1.6.2
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
rupload.serve = rupload.cli:main