naftulikay / django-locality

django-locality is a Django application which provides countries and territories as native Django models.
Other
22 stars 15 forks source link

Fixtures not loaded to install dir #4

Closed Lacrymology closed 12 years ago

Lacrymology commented 12 years ago

setup needs to be passed include_package_data=True as a parameter, and the egg directory is automatically created by distutils setup, must not be part of the package

naftulikay commented 12 years ago

Nice, thanks for the push! I'll merge it now, and I'll also ignore the egg info directory in .gitignore.

I'm kind of new to working with Python packages with setuptools, thanks for the corrections.