yamlhttpforms/setup.cfg

34 lines
624 B
INI
Raw Normal View History

2021-12-18 21:09:40 +01:00
[metadata]
name = yamlhttpforms
2022-01-26 09:36:34 +01:00
version = 0.1.1
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
html =
beautifulsoup4
2021-12-18 21:09:40 +01:00
[options.packages.find]
where = src