Skip to content

Commit 12c69ea

Browse files
authored
added publishing dependencies
1 parent 6289ca8 commit 12c69ea

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

{{cookiecutter.project_name}}/setup.cfg

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# - https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
44
# - https://www.python.org/dev/peps/pep-0314/
55

6-
76
[metadata]
87
author = {{ cookiecutter.full_name }}
98
author_email = {{ cookiecutter.email }}
@@ -32,21 +31,18 @@ project_urls =
3231
url = {{ cookiecutter.repository }}
3332
version = {{ cookiecutter.version }}
3433

35-
3634
[options]
3735
zip_safe = False
3836
include_package_data = True
3937
packages =
4038
{{ cookiecutter.package_name }}
4139
install_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]
5147
dev =
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]
6664
branch = True
6765
source = {{ cookiecutter.package_name }}
6866

69-
7067
[tool:isort]
7168
lines_after_imports = 2
7269
force_single_line = 1
@@ -75,7 +72,6 @@ known_first_party = {{ cookiecutter.package_name }}
7572
src_paths = {{ cookiecutter.package_name }},tests
7673
line_length = 120
7774

78-
7975
[tool:pytest]
8076
testpaths = tests
8177
addopts = --cov --cov-report xml --cov-report term --cov-report html

0 commit comments

Comments
 (0)