-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathsetup.cfg
55 lines (50 loc) · 1.41 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
50
51
52
53
54
55
[metadata]
name = venusian
version = 3.1.1
description = A library for deferring decorator actions
long_description = file: README.rst, CHANGES.rst
long_description_content_type = text/x-rst
keywords = web wsgi zope
license_files = LICENSE.txt
license = BSD-derived (Repoze)
classifiers =
Development Status :: 6 - Mature
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
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 :: 3.13
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: Repoze Public License
url = https://pylonsproject.org/
author = Chris McDonough, Agendaless Consulting
author_email = [email protected]
[options]
package_dir=
=src
packages=find:
python_requires = >=3.7
[options.packages.find]
where=src
[options.extras_require]
testing =
pytest
pytest-cov
coverage
docs =
Sphinx>=4.3.2
repoze.sphinx.autointerface
pylons-sphinx-themes
sphinx-copybutton
[bdist_wheel]
universal=0
[tool:pytest]
python_files = test_*.py
testpaths =
tests
addopts = -W always --cov --cov-report=term-missing --ignore=tests/fixtures/