initial
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[metadata]
|
||||
name = yamlhttpforms
|
||||
version = 0.0.1
|
||||
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
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
Reference in New Issue
Block a user