summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2017-01-26[pkg] update to new versioneer json formatKali Kaneko
2016-04-01[pkg] update versioneer to 0.16Kali Kaneko
2015-12-02[bug] fix path for data filesKali Kaneko
As pointed by cz8s in https://github.com/leapcode/leap_mx/pull/75, this path was fixed in the debian branch for platform 0.7, but was never merged back onto develop.
2015-11-26[style] fix pep8 errorsRuben Pollan
2015-09-15[test] add test infrastructureRuben Pollan
Some refactor on the couchdb usage was needed to be able to mock couchdb. - Resolves: #7435
2015-07-22[pkg] separate leap requirementsKali Kaneko
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288
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