TravisCI now will automatically deploy to PyPI

This commit is contained in:
Sergey Petrov
2017-02-09 00:18:20 +03:00
parent 48b4acfa76
commit 5e8727132a
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python
from distutils.core import setup
from setuptools import setup
dependencies = ['hyper>=0.7']