add setup.py upload support

This commit is contained in:
debugtalk
2018-03-05 12:19:30 +08:00
parent f95351cc6e
commit 1de4d6c6cc
5 changed files with 147 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
__title__ = 'HttpRunner'
__description__ = 'HTTP test runner, not just about api test and load test.'
__url__ = 'https://github.com/HttpRunner/HttpRunner'
__version__ = '0.9.8'
__version__ = '0.9.9'
__author__ = 'debugtalk'
__author_email__ = 'mail@debugtalk.com'
__license__ = 'MIT'