Skip to content

Commit 165a413

Browse files
author
thomas
authored
Merge pull request #3 from pypyr/dev
add twine to deploy build deps
2 parents bedaab4 + 66a8fb9 commit 165a413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
extras_require={
8989
'dev': ['check-manifest', 'flake8'],
9090
'test': ['pytest', 'pytest-cov', 'tox'],
91-
'deploy': ['bumpversion']
91+
'deploy': ['bumpversion', 'twine']
9292
},
9393

9494
# If there are data files included in your packages that need to be

0 commit comments

Comments
 (0)