django-basic-apps
django-basic-apps copied to clipboard
setup.py modified to include other data files
Hi,
I've modified setup.py so it will include all other data files (fixtures, templates, media, etc.).
I based my modification on django's setup.py.
This is related to https://github.com/nathanborror/django-basic-apps/pull/24
br, Blue
thanks for the heads up not bad -- have you checked that it doesn't pull in unnecessary files though? that is a cleaner method if it doesn't result in unneeded data files
any files (not starting with ".") are included. i am not too sure what would be unnecessary, though, so would rather err on including them. imho, the author would remove any unnecessary files before creating a distribution.
can you give a situational example where there would be some unnecessary files?
please, merge this in to master. it's impossible to do a fully working install otherwise.