soupjobs/setup.cfg

38 lines
849 B
INI

[metadata]
name = soupjobs
version = 0.0.1
author = Daniil F.
author_email = mail@placeholder123.to
description = Simple asynchronous scraping jobs
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/daniil-berg/soupjobs
project_urls =
Bug Tracker = https://github.com/daniil-berg/soupjobs/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords = webscraping, html, markup, dom, scraper, attributes, tags
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
aiohttp
beautifulsoup4
pydantic
pyyaml
[options.extras_require]
tests =
coverage
[options.packages.find]
where = src
[options.package_data]
soupjobs = default.config.yaml