drstats/setup.cfg
2024-11-23 19:56:52 +01:00

28 lines
538 B
INI

[metadata]
name = drstats
version = 0.1.1
description = Dr Stats
author = Retoor
author_email = retoor@retoor.io
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
pirant>=0.1.4.dev1
git+https://github.com/aayush26/pirant
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
dr.rant_stats = drstats.statistics:rant_stats