Skip to content

Commit ae78749

Browse files
committed
build(pyproject): Remove unused twine dependency
Superseded by building packages via poetry
1 parent 61b9da1 commit ae78749

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,9 @@ isort = [
7070
### Lint ###
7171
flake8 = "*"
7272

73-
### Deploy ###
74-
twine = "*"
75-
7673
[tool.poetry.extras]
7774
docs = ["sphinx", "recommonmark", "sphinx-issues", "alagitpull"]
7875
test = ["pytest", "pathlib2", "pytest-rerunfailures", "pytest-mock"]
7976
coverage = ["codecov", "coverage", "pytest-cov"]
8077
format = ["black", "isort"]
8178
lint = ["flake8"]
82-
deploy = ["deploy"]

0 commit comments

Comments
 (0)