aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2017-08-20Add python 3.6 support (#259)0livd1-0/+1
Closes #253
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-1/+4
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.
2017-06-27Remove unused option in the setup script (#239)0livd1-3/+0
Additionnal files to be distributed along with the sources are already specified in the MANIFEST.in file thus the package_data entry in the setup script can be safely removed
2017-06-21Re-organize the documentation (#223)Alexis Metaireau1-1/+1
* Re-organize the documentation * Fix encoding errors for python 2 * Document the dependencies. Fixes #199 * Add a make update command. Fixes #211
2017-06-20Back to development: 1.1Jocelyn Delalande1-1/+1
2017-06-20Preparing release 1.0Jocelyn Delalande1-1/+1
2017-04-04Back to development: 0.10Jocelyn Delalande1-1/+1
2017-04-04Preparing release 0.9Jocelyn Delalande1-1/+1
2017-03-22Fix setup.py mistakeAlexis Métaireau1-1/+1
2017-03-21Specify python 2.7 and remove 3.6 since we do not test against it yetAlexis Métaireau1-1/+1
2017-03-21Add a setup.py fileAlexis Métaireau1-0/+69