craton/setup.py

9 lines
131 B
Python

#!/usr/bin/env python
from setuptools import setup
setup(
setup_requires=['pbr>=1.8.1', 'setuptools>=17.1'],
pbr=True,
)