-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (49 loc) · 1.43 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
[metadata]
name = ordained
version = 0.0a0
description = dOctoR wooD's opinionAted cookIecutter pythoN packagE scaffolDing (ORDAINED): an opinionated cookiecutter project template for Python packages.
description_file = README.rst
long_description = file:README.rst
long_description_content_type = text/x-rst
author = Bryan Patrick Wood
author_email = [email protected]
url = https://github.com/bpw1621/ordained
download_url = https://github.com/bpw1621/ordained/archive/master.zip
project_urls =
Documentation = https://ordained.readthedocs.io/en/latest/
Source = https://github.com/bpw1621/ordained
Bug Tracker = https://github.com/bpw1621/ordained/issues
license = 'MIT'
keywords =
cookiecutter
template
package
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Code Generators
License :: OSI Approved :: MIT License
[options]
zip_safe = False
include_package_data = True
python_requires = >= 3.6
packages = find:
install_requires =
cookiecutter
setup_requires =
setuptools
wheel
[bdist_wheel]
universal = true
[options.extras_require]
doc =
sphinx
sphinx_rtd_theme
towncrier