add setup.py upload support

This commit is contained in:
httprunner
2018-03-05 12:19:30 +08:00
parent 0a71dd8ed3
commit 0b18db61e1
5 changed files with 147 additions and 72 deletions

View File

@@ -20,6 +20,8 @@ colorlog = "*"
flask = "*"
coverage = "*"
coveralls = "*"
twine = "*"
[scripts]