-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
37 lines (32 loc) · 845 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
[metadata]
name = pyscoutfm
version = attr: pyscoutfm.__version__
author = Oli Morris
author_email = olimorris@users.noreply.github.com
description = Use the power of Python to traverse the cosmos and scout for players within the Football Manager game
url = https://github.com/olimorris/pyscoutfm
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
classifiers =
Programming Language :: Python :: 3
[options]
include_package_data = True
python_requires = >=3.10
package_dir=
=src
install_requires =
lxml >= 4.9.3
pandas >= 2.0.0
rich >= 13.6.0
typer >= 0.9.0
[options.extras_require]
dev =
pytest >= 7.4.3
[options.package_data]
* = config/*, extras/*
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
pyscoutfm = pyscoutfm.application:app