lehmannro / pyhkal2

IRC bot with bling bling
7 stars 2 forks source link

overhaul the crufty Makefile with setuptools magic #25

Closed lehmannro closed 14 years ago

lehmannro commented 14 years ago

Instead of resorting to arcane Makefile magic to configure our deployment environment we should hand these tasks to Setuptools (Distribute) and get our setup.py up to speed. Dependencies can be handled just fine by Python's setup mechanisms.