mswart / pyopenmensa

Python wrapper and helper for openmensa api and feed
http://pyom.devtation.de/
GNU Lesser General Public License v3.0
9 stars 7 forks source link

Add setup.py #4

Closed cyroxx closed 10 years ago

cyroxx commented 10 years ago

At the moment, pyopenmensa cannot be installed via pip, which makes dependency management for software built upon this nice little piece of code unnecessarily difficult.

This is why the forks started to roll their own setup.py:

It would be a good choice to integrate a setup.py so that more people can start using the pyopenmensa library. If you need some advice on this topic, I am happy to help.