arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Missing templates in python egg. #4

Closed kevwilde closed 10 years ago

kevwilde commented 10 years ago

Hi,

You forgot this line in the MANIFEST.In file:

recursive-include templates *
philippeowagner commented 10 years ago

Thanks for opening an issue. I updated the sources on PyPI. Current version is 1.1.1 - @kevwilde please let me know if everything works as expected.

kevwilde commented 10 years ago

It seems like i made a typo, I'll send you a pulll request in a couple of minutes.

I think you can leave out the 'cmsplugin_contact_plus/*' part. You can check if it's correct by opening the tar.gz file created by python setup.py sdist and making sure the cmsplugin_contact_plus/templates directory is present.