django-basic-apps icon indicating copy to clipboard operation
django-basic-apps copied to clipboard

setup.py modified to include other data files

Open azuer88 opened this issue 14 years ago • 3 comments

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

azuer88 avatar Feb 15 '11 04:02 azuer88

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

aehlke avatar Feb 15 '11 06:02 aehlke

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?

azuer88 avatar Feb 15 '11 08:02 azuer88

please, merge this in to master. it's impossible to do a fully working install otherwise.

domino14 avatar Nov 09 '13 20:11 domino14