Files

8 lines
181 B
Python

"""
Empty setup.py necessary for the python-babel integration (e.g. python setup.py extract_messages).
See the configuration in setup.cfg.
"""
import setuptools
setuptools.setup()