samluescher/django-form-designer

PyPI setup.py

wernight opened this issue · 4 comments

Would be nice to have a setup.py like almost all Django apps and most Django-CMS plugins. This would allow to have it directly on PyPI like http://pypi.python.org/pypi/cmsplugin-youtube

The good is that installing it would then become

$ PIP install cmsplugin-form-designer

or

$ easy_install cmsplugin-form-designer

second this

third

setup.py exists

Thanks !