django-configurations/setup.py

5 lines
96 B
Python
Raw Normal View History

2013-03-27 14:30:04 +00:00
#!/usr/bin/env python
2012-07-21 13:56:04 +00:00
from setuptools import setup
2013-03-27 14:30:04 +00:00
setup(setup_requires=['d2to1'], d2to1=True)