Remove the version hack in setup.py

This commit is contained in:
Cyril Roelandt 2013-10-07 12:11:41 +00:00
parent 7d446b37a3
commit 1f88543554

View File

@ -1,10 +1,6 @@
#!/usr/bin/env python
from setuptools import setup
import os
os.environ["PBR_VERSION"] = "0.1"
setup(
setup_requires=['pbr'],