calebsmith / django-template-debug

A small collection of template tags for debugging and introspecting templates
BSD 3-Clause "New" or "Revised" License
74 stars 11 forks source link

__pycache__ #33

Closed sandroden closed 9 years ago

sandroden commented 9 years ago

Hi,

very nice tool, thanks.

The distribution package has pycache dir in it. that breaks"python setup.py bdist_egg that in turn is used by buildout. Please fix the package!

sandro

calebsmith commented 9 years ago

Hi Sandro,

Thanks for opening the issue. This was negligence on my part, especially after adding Python3 support, I forgot to look after excluding these from the build. I've updated the MANIFEST.IN and confirmed that the bdist_egg succeeds.

I bumped the version to 0.3.5 and uploaded that to PyPI. Please close the issue if the new version fixes the issue.

Thanks again

calebsmith commented 9 years ago

After some time, the new version appears to fix this issue. Closing.