mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
4 lines
96 B
Python
4 lines
96 B
Python
#!/usr/bin/env python
|
|
from setuptools import setup
|
|
|
|
setup(setup_requires=['d2to1'], d2to1=True)
|