initial commit

This commit is contained in:
2021-11-27 11:56:15 +01:00
commit c5b6b7ab20
6 changed files with 66 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[metadata]
name = webutils-df
version = 0.0.1
author = Daniil F.
author_email = mail@placeholder123.to
description = Miscellaneous web utilities
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.fajnberg.de/daniil/webutils-df
project_urls =
Bug Tracker = https://github.com/daniil-berg/webutils-df/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords = webscraping, html, markup, requests, async
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
aiohttp
[options.packages.find]
where = src