-
Notifications
You must be signed in to change notification settings - Fork 41
/
setup.cfg
62 lines (57 loc) · 1.33 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
58
59
60
61
62
[metadata]
name = cf-stats
version = 0.0.1
author = Sudipto Baral
author_email = sudiptobaral.me@gmail.com
description = Simple codeforces stat card for GitHub readme.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/sudiptob2/cf-stats
classifiers =
Development Status :: 0 - Alpha
Environment :: Console
Intended Audience :: Information Technology
License :: GNU General Public License v3.0
Operating System :: MacOS
Operating System :: Microsoft
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.10
Topic :: GitHub :: Codeforces
Topic :: GitHub Readme
Topic :: Stat Card
[options]
package_dir =
app=app
packages = find_namespace:
python_requires = >=3.10
install_requires =
attrs==22.1.0
certifi==2022.6.15
charset-normalizer==2.1.0
idna==3.3
iniconfig==1.1.1
Jinja2==3.1.2
MarkupSafe==2.1.1
mock==4.0.3
packaging==21.3
pluggy==1.0.0
py==1.11.0
pybadges==3.0.0
pydantic==1.9.2
pyparsing==3.0.9
pytest==7.1.2
pytest-mock==3.8.2
python-dateutil==2.8.2
python-dotenv==0.20.0
requests==2.28.1
six==1.16.0
tomli==2.0.1
typing_extensions==4.3.0
urllib3==1.26.11
[options.packages.find]
where =
exclude =
tests
tests.*
docs
docs.*