yaml2ical/setup.py

8 lines
102 B
Python
Executable File

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