initial commmit; boilerplate
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
[metadata]
|
||||
name = mwfin
|
||||
version = 0.0.1
|
||||
author = Daniil & Maximilian F.
|
||||
author_email = mail@placeholder123.to
|
||||
description = Scraper for MarketWatch company financials
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://git.fajnberg.de/daniil/mwfin
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/daniil-berg/mwfin/issues
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
keywords = webscraping, html, markup, dom, scraper, attributes, tags, stocks, finance
|
||||
|
||||
[options]
|
||||
package_dir =
|
||||
= src
|
||||
packages = find:
|
||||
python_requires = >=3.8
|
||||
install_requires =
|
||||
beautifulsoup4
|
||||
aiohttp
|
||||
|
||||
[options.extras_require]
|
||||
tests =
|
||||
coverage
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
Reference in New Issue
Block a user