Skip to content

Commit

Permalink
Publish a wheel on pypi using travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Mitchell committed Jan 19, 2016
1 parent 4a2cdc3 commit 54a7244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
from setuptools import setup

setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.8'],
pbr=True,
)

0 comments on commit 54a7244

Please sign in to comment.