Commit graph

9 commits

Author SHA1 Message Date
Baptiste Jonglez
b9c3beb1dd Fix missing markdown include in manifest
Since moving from ReST to Markdown, we forgot to update the manifest to
include Markdown files.  It means that files such as README.md and
CHANGELOG.md are missing from releases.  In practice, this broke the
description on PyPI:

https://pypi.org/project/ihatemoney/6.1.3/
2023-11-23 22:58:57 +01:00
Éloi Rivard
8d4584d660 feat: project RSS feed. 2023-07-28 15:22:55 +02:00
Glandos
ff4de78b56
Reduce the size of showcase images (#899)
Fixes #875

Original showcase images are kept in another directory, and compressed
in webp in the distributed directory.
Since they won't change so much, let's keep them in git.
2021-10-30 17:30:59 +02:00
6f87e641b9
Include all files in MANIFEST.in so they are published to PyPI (#872) 2021-10-20 00:52:49 +02:00
Rémy HUBSCHER
5d3266873e
Update known working set. (#558)
* Update known working set.

* Pin dependencies in setup.cfg.

* Cleanup Makefile.

* Try the python_version trick.
2020-04-21 10:30:13 +02:00
3b2e11ab63 Include all .j2 files in the packaged version.
I've also renamed the templates to *.j2 in order to make things clearer
to others. Having extensions with the name of the locale doesn't seem to
be a good practice, and would need us to add the locales in the MANIFEST
file each time we add one.

Fix #305
2018-01-05 22:06:11 +01:00
9d67c32a84
Parse requirements.txt in setup.py. Fix #273 (#284) 2017-11-01 18:36:44 +01:00
3a4282fd75 Absolute imports & some other improvements (#243)
* 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-07-07 00:06:56 +02:00
b3e7925d66 Add a setup.py file 2017-03-21 16:33:13 +01:00