devranta/setup.cfg
retoor 81f00caa7e
Some checks failed
devranta build / build (push) Failing after 33s
Initial commit.
2024-12-02 17:41:02 +01:00

26 lines
494 B
INI

[metadata]
name = devranta
version = 1.0.0
description = Async devRant API client made with aiohttp.
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 =
requests
aiohttp
dataset
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
devranta = devranta.__main__:main