Skip to content

Commit

Permalink
setup.cfg: Move distutils_twine to optional dependencies
Browse files Browse the repository at this point in the history
It's used to provide a `release` distutils command,
and isn't necessary in actual build environments.
  • Loading branch information
nbraud committed Jun 22, 2019
1 parent 4f0a075 commit c27cc57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ setup_requires =
pytest-runner
twine
wheel
distutils_twine~=3.0

tests_require =
emanate[linting,testing]
Expand All @@ -50,6 +49,10 @@ linting =
testing =
pytest

release =
distutils_twine~=3.0


[options.entry_points]
console_scripts =
emanate = emanate.cli:main
Expand Down

0 comments on commit c27cc57

Please sign in to comment.