summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2015-04-24[pkg] remove initscript from python packagedrebs
There are some reasons to remove the initscript from the python package: 1. To include the initscript it in the python package it is necessary to assume a lot of things about the system in which the package would be installed. 2. The debian packaging system will correctly create an initscript by itself. 3. We don't have to maintain 2 different setup.py files (one in master/develop branch and another in debian package branches).
2013-10-30add freeze_debianverKali Kaneko
2013-08-23Versioneer all the things!Kali Kaneko
2013-08-09Bump version to 0.3.00.3.0Tomás Touceda
2013-06-13Fix version number to be a consistent 0.2.2 (Closes: #2849)Micah Anderson
2013-05-10bump versionKali Kaneko
moved tac file to pkg
2013-05-09fix pip installKali Kaneko
2013-05-09typoKali Kaneko
2013-05-07Place mx.tac in /usr/local/bin/Tomas Touceda
2013-05-07Fix classifierTomas Touceda
2013-05-03Add setup script and init.d scriptTomas Touceda
Also, some pep8 fixes