Skip to content

example_project is installed top-level to site-packages

The example_project directory is installed top level to site_packages on python setup.py install. This is likely conflicting with other packages (and in fact is actively conflicting with e.g. django-gravatar).

It would be great to not include the directory at all or (if it should be installed) to install it to the respective namespace (i.e. below hyperkitty/).

Edited by David Runge