aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2019-09-18Preparing release 4.1.2Alexis M1-1/+1
2019-09-18Back to development: 4.2Alexis M1-1/+1
2019-09-18Preparing release 4.1.1Alexis M1-1/+1
2019-09-17Fix setup.py encoding to be py2 and py3 compatible.Alexis M1-8/+10
2019-09-08Add Python 3.7 to the list of supported languagesAlexis M1-0/+1
2019-09-08Preparing release 4.1Alexis M1-5/+3
2019-09-08Remove changelog from project descriptionAlexis M1-2/+1
2019-09-08Preparing release 4.1Alexis M1-1/+1
2019-09-08remove compatibility of py34Brice Maron1-1/+0
2019-02-20Fix requirements.txt file.Rémy HUBSCHER1-2/+16
You can't use both build-requirements to keep known version set and load setup.py from the same requirements, it doesn't make any sense.
2019-01-24Back to development: 4.1Alexis Métaireau1-1/+1
2019-01-24Preparing release 4.0Alexis Métaireau1-1/+1
2018-11-25Back to development: 3.1Jocelyn Delalande1-1/+1
2018-11-25Preparing release 3.0Jocelyn Delalande1-1/+1
2018-11-25Add utf-8 BOM to please zest.releaserJocelyn Delalande1-1/+1
Without that, it seems to crash.
2018-07-16fix install with pip10 (#341)mduret1-11/+8
* fix the docker build with pip10 * maj tricks https://github.com/spiral-project/ihatemoney/pull/341
2018-02-16Back to development: 2.1.1Jocelyn Delalande1-1/+1
2018-02-16Preparing release 2.1Jocelyn Delalande1-1/+1
2017-12-27Back to development: 2.1Jocelyn Delalande1-1/+1
2017-12-27Preparing release 2.0Jocelyn Delalande1-1/+1
2017-11-01Print out when pip is missing.Alexis Métaireau1-1/+1
2017-11-01Parse requirements.txt in setup.py. Fix #273 (#284)Alexis Metaireau1-23/+15
2017-10-26Use token based auth to reset passwords (#269)0livd1-0/+1
Send a mail containing a password reset token link instead of sending a clear text password. Ref #232
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