summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix setup.py and dependenciesChristian Heimes2015-07-081-1/+1
| | | | | | | | | | | setup.py now correctly references LICENSE instead of COPYING. README.md has been renamed to README and a symbolic link README -> README.md has been added. distutils is unable to handle a symbolic link as README. The six package is listed in requirements.txt, too. Reviewed-by: Simo Sorce <simo@redhat.com> Closes: #2
* Fix packages in setup.pySimo Sorce2015-05-271-1/+1
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Abandon cherrypy, it doesn't work for unix socketsSimo Sorce2015-03-231-2/+2
| | | | | | Intorduce a minimal custom server based on python's base HTTP classes. Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial CommitSimo Sorce2015-03-041-0/+21
Signed-off-by: Simo Sorce <simo@redhat.com>