yamlhttpforms/setup.cfg

35 lines
693 B
INI
Raw Normal View History

2021-12-18 21:09:40 +01:00
[metadata]
name = yamlhttpforms
2022-02-02 13:37:22 +01:00
version = 0.1.2
2021-12-18 21:09:40 +01:00
author = Daniil F.
author_email = mail@placeholder123.to
description = HTTP forms defined in YAML
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.fajnberg.de/daniil/yamlhttpforms
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
PyYAML
[options.extras_require]
tests =
coverage
req =
requests
aio =
aiohttp
2022-02-02 13:37:22 +01:00
webutils-df @ git+https://git.fajnberg.de/daniil/webutils-df.git
html =
beautifulsoup4
2021-12-18 21:09:40 +01:00
[options.packages.find]
where = src