forked from axiak/pyre2
-
Notifications
You must be signed in to change notification settings - Fork 34
/
setup.cfg
49 lines (42 loc) · 1.01 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
[metadata]
name = pyre2
version = attr: setuptools_scm.get_version
author = Andreas van Cranenburgh
author_email = [email protected]
maintainer = Steve Arnold
maintainer_email = [email protected]
description = Python wrapper for Google RE2 library using Cython
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
url = https://github.com/andreasvc/pyre2
license = BSD
license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Cython
Programming Language :: Python :: 3.8
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >=3.8
setup_requires =
setuptools_scm[toml]
[options.extras_require]
doc =
sphinx
sphinx_rtd_theme
sphinxcontrib-apidoc
test =
pytest
perf =
regex
[check]
metadata = true
restructuredtext = true
strict = false
[check-manifest]
ignore =
.gitattributes
.gitchangelog.rc
.gitignore
conda/**