deb-python-linecache2/setup.py

8 lines
81 B
Python

import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)