-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
51 lines (48 loc) · 1.13 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
[metadata]
name = python-forge
version = 18.6.0
long_description = file: README.rst
author = Devin Fee
author_email = [email protected]
url = http://github.com/dfee/forge
description = forge (python signatures)
license = MIT
keywords =
signatures
parameters
arguments
classifiers=
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries :: Application Frameworks
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
[options]
packages = forge
[options.extras_require]
dev =
coverage
mypy
pylint
pytest
sphinx
sphinx-autodoc-typehints
sphinx_paramlinks
docs =
sphinx >= 1.7.4
docutils
requests
sphinx_paramlinks
testing =
coverage
mypy
pylint
pytest
[bdist_wheel]
python-tag = py35