-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
57 lines (52 loc) · 1.24 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
name = chrono24
version = attr: chrono24.__version__
author = Ira Horecka
author_email = [email protected]
summary = Chrono24 API wrapper
description-file = README.md
home-page = https://github.com/irahorecka/chrono24
requires-dist = setuptools
license = MIT
license_file = LICENSE
platform = any
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries
Topic :: Utilities
project_urls =
Bug Tracker = https://github.com/irahorecka/chrono24/issues
[files]
packages =
setup
setup.cfg
setup.cfg.extern
extra_files =
LICENSE
[options]
zip_safe = false
python_requires = >=3.7
packages = find:
setup_requires =
setuptools>=38.3.0
install_requires =
beautifulsoup4>=4.11.0
faker>=30.0.0
requests>=2.28.0
tenacity>=8.2.0
[bdist_wheel]
universal = true
[check]
metadata = true
restructuredtext = true
strict = true
[sdist]
formats = zip, gztar