pcards/setup.py

8 lines
109 B
Python
Raw Permalink Normal View History

from distutils.core import setup
setup(name='xcards')
dependencies :
- django
- lxml (for imports only)