-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
29 lines (28 loc) · 913 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
[metadata]
name = pygfried
version = 0.7.0
description = Siegfried as a Python extension
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/artefactual-labs/pygfried
author = Artefactual Systems Inc.
author_email = info@artefactual.com
license = Apache 2.0
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
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
Programming Language :: Python :: Implementation :: CPython
[options]
python_requires = >=3.8
setup_requires =
setuptools-golang~=2.9
tests_requires =
pytest