pferd/setup.cfg

24 lines
360 B
INI
Raw Normal View History

[metadata]
name = PFERD
2021-05-19 17:32:23 +02:00
version = attr: PFERD.version.VERSION
[options]
2021-05-25 17:29:39 +02:00
packages = find:
2022-04-27 22:16:47 +02:00
python_requires = >=3.9
2021-04-29 11:25:00 +02:00
install_requires =
2022-01-09 18:31:42 +01:00
aiohttp>=3.8.1
beautifulsoup4>=4.10.0
rich>=11.0.0
keyring>=23.5.0
certifi>=2021.10.8
2021-04-27 00:29:42 +02:00
[options.entry_points]
console_scripts =
2021-05-13 23:52:46 +02:00
pferd = PFERD.__main__:main
[flake8]
max_line_length = 110
2021-05-16 13:17:01 +02:00
[isort]
line_length = 110