-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (33 loc) · 910 Bytes
/
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
[metadata]
name = football-calendar
description = Create football ical files based on web fixtures content.
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3.9
keywords = Football, Calendar, ical
author = Frederico Liporace
author_email = [email protected]
url = https://github.com/fredliporace/football-calendar
license = MIT
[options]
install_requires =
requests
beautifulsoup4
pydantic
icalendar
Babel
# Not feasible, too large for lambda execution
# requests-html
python_requires = >=3.9
packages = find:
[options.packages.find]
exclude =
*tests*
prototypes
[options.extras_require]
dev = pylint; pre-commit; pytest; types-pytz
cli = click
aws = aws-cdk-lib >= 2.129; constructs>=10.0.0,<11.0.0; awscli; pydantic-settings
[options.entry_points]
console_scripts =
footcal = footcal.cli.football_calendar:footcal