rabbagliettiandrea / dj-nested-inlines

Adds nested inline support in Django admin
38 stars 34 forks source link

Change the name of package for upload to pypi, now is dj-nested-inlines #24

Closed luisza closed 9 years ago

luisza commented 9 years ago

See https://docs.python.org/3.1/distutils/uploading.html if you don't know how to upload.

luzfcb commented 9 years ago

@luisza is good include zip_safe=False, after include_package_data=True,

from: http://flask.pocoo.org/docs/0.10/patterns/distribute/

The zip_safe flag can be used to force or prevent zip Archive creation. In general you probably don’t want your packages to be installed as zip files because some tools do not support them and they make debugging a lot harder.

more information: https://pythonhosted.org/setuptools/setuptools.html?highlight=zip_safe#setting-the-zip-safe-flag

luzfcb commented 9 years ago

This repository does not seem have a maintainer :-(