-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
35 lines (28 loc) · 1.04 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
[metadata]
name = faf-replay-parser
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Askaholic/faf-replay-parser-python
license = License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
license_file = LICENSE
platforms = any
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
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
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Topic :: Games/Entertainment :: Real Time Strategy
project_urls =
Source=https://github.com/Askaholic/faf-replay-parser-python
Tracker=https://github.com/Askaholic/faf-replay-parser-python/issues
[options]
packages = fafreplay
python_requires = >=3.8
[options.extras_require]
faf = zstd>=1.1