google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

The egg published at pypi has some dirs missing #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install django_photologue from pypi
2. The egg has management, templatetags and utils directories only
3. The source zip from code.google.com has also locale, res and templates
directories

As a result, photologue installed from pypi does not work properly (it's
version 2.2).

The fix would be to include a MANIFEST.in file which will tell setuptools
to include non-python files when building the egg:

-----------------
recursive-include photologue *
global-exclude *pyc
-----------------

Original issue reported on code.google.com by sergey.v...@gmail.com on 22 Jul 2009 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by justin.d...@gmail.com on 22 Jul 2009 at 12:22

GoogleCodeExporter commented 9 years ago
Should be fixed in r389. Thanks!

Original comment by justin.d...@gmail.com on 23 Jul 2009 at 4:04