File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# - https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
44# - https://www.python.org/dev/peps/pep-0314/
55
6-
76[metadata]
87author = {{ cookiecutter.full_name }}
98author_email = {{ cookiecutter.email }}
@@ -32,21 +31,18 @@ project_urls =
3231url = {{ cookiecutter.repository }}
3332version = {{ cookiecutter.version }}
3433
35-
3634[options]
3735zip_safe = False
3836include_package_data = True
3937packages =
4038 {{ cookiecutter.package_name }}
4139install_requires =
4240
43-
4441[options.data_files]
4542# This section requires setuptools>=40.6.0
4643# It remains empty for now
4744# Check if MANIFEST.in works for your purposes
4845
49-
5046[options.extras_require]
5147dev =
5248 prospector[with_pyroma]
@@ -60,13 +56,14 @@ dev =
6056 sphinx
6157 sphinx_rtd_theme
6258 recommonmark
63-
59+ publishing =
60+ twine
61+ wheel
6462
6563[coverage:run]
6664branch = True
6765source = {{ cookiecutter.package_name }}
6866
69-
7067[tool:isort]
7168lines_after_imports = 2
7269force_single_line = 1
@@ -75,7 +72,6 @@ known_first_party = {{ cookiecutter.package_name }}
7572src_paths = {{ cookiecutter.package_name }},tests
7673line_length = 120
7774
78-
7975[tool:pytest]
8076testpaths = tests
8177addopts = --cov --cov-report xml --cov-report term --cov-report html
You can’t perform that action at this time.
0 commit comments