-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (37 loc) · 1.01 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = eAsistentPY
version = 2.1.2
author = PingIsFun
author_email = [email protected]
description = Scrapes data from easistent.com/urniki/... and returns it as Python dictionary
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/PingIsFun/eAsistentAPI
project_urls =
Bug Tracker = https://github.com/PingIsFun/eAsistentAPI/issues
Help = https://github.com/PingIsFun/eAsistentAPI/discussions/categories/general
license = MIT License
platform = any
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
install_requires =
beautifulsoup4>=4.10.0
bs4>=0.0.1
certifi>=2021.10.8
charset-normalizer>=2.0.12
html5lib>=1.1
idna>=3.3
requests>=2.27.1
six >=1.16.0
soupsieve>=2.3.1
urllib3>=1.26.8
webencodings>=0.5.1
package_dir =
= src
packages = find:
python_requires = >=3.10
[options.packages.find]
where = src