I have added a setup.py file (taken from the tarball download on PyPI) that lists the package's dependencies (python-dateutil and requests). Including the list of required packages is necessary in order for Habitican-Curse to be installed properly, and having a setup.py file is highly, highly recommended; see the Python Packaging User Guide (in particular the section on setup.py) for more information.
I have added a
setup.py
file (taken from the tarball download on PyPI) that lists the package's dependencies (python-dateutil
andrequests
). Including the list of required packages is necessary in order for Habitican-Curse to be installed properly, and having asetup.py
file is highly, highly recommended; see the Python Packaging User Guide (in particular the section onsetup.py
) for more information.