django-schedule
django-schedule copied to clipboard
setup.py error
It seems setup.py is missing 'schedule.conf' under packages. I think the version also needs to be updated.
This shows up under windows with a failed copy of the conf directory from the setup location to the python path location
I've created a fork to deal with this issue
Just replace the hardcoded package list with find_packages(), which is imported already but not used.