rbavishi / Habitican-Curse

A Terminal application for HabitRPG using the python curses library
MIT License
31 stars 2 forks source link

Added setup.py with requirements #7

Closed jwodder closed 8 years ago

jwodder commented 8 years ago

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.