Commit Graph

23 Commits

Author SHA1 Message Date
Benjamin Dauvergne 2746d095c5 py3ize obviously non-compatible code (#32866) 2019-05-09 14:02:40 +02:00
Benjamin Dauvergne 0077218685 improve code style (#32866)
- remove obviously dead code (reported by flake8)
- fix PEP8 violations
- rename variable using stdlib builtin names
- use get_version() from combo's setup.py
2019-05-09 14:02:40 +02:00
Benjamin Dauvergne e04459825c add copyright headers (#32866) 2019-05-09 14:02:40 +02:00
Benjamin Dauvergne f8a8f21c51 add js files to sdist 2018-09-27 11:29:43 +02:00
Benjamin Dauvergne 25d6187305 debian: required python-requests>2.11 (fixes #23518)
Previous versions do not accept a Retry() object passed to the
max_retries parameter of HTTPAdapter. It fixes a bug on debian
introduced by c701e610.
2018-06-13 10:09:16 +02:00
Benjamin Dauvergne 2ee9cc3a7d setup.py: distribute insee files 2017-07-18 00:44:30 +02:00
Benjamin Dauvergne 6461daab81 setup.py: change compile_translations to work with tox 2017-06-15 18:46:27 +02:00
Mikaël Ates 31d405830d Add svg image format in data package (bis). 2016-02-23 18:18:13 +01:00
Mikaël Ates a3b723a37a Add svg image format in data package. 2016-02-23 16:24:30 +01:00
Benjamin Dauvergne a385c3bbe3 setup.py: fix compile_translations 2015-10-30 15:56:29 +01:00
Benjamin Dauvergne b76a0b5b68 setup.py: add zip_safe=False 2015-10-30 15:56:29 +01:00
Mikaël Ates 6044164dbc Remove duplicated class definition in setup script. 2015-06-03 10:33:31 +02:00
Benjamin Dauvergne 61222fb11c remove __version__ and dependency on sekizai 2015-05-28 00:42:05 +02:00
Benjamin Dauvergne 5f6e90e32e Rename MSP plugin as FC plugin 2015-05-27 18:07:23 +02:00
Benjamin Dauvergne c7f983451a setup.py: change get_version() to only use git tags 2015-04-17 16:34:04 +02:00
Benjamin Dauvergne 915ca3e0d0 Fix locale installation 2014-12-10 16:00:30 +01:00
Benjamin Dauvergne 02535cb1f1 Fix wrong path in commit c72691c826 2014-12-03 11:20:22 +01:00
Benjamin Dauvergne c72691c826 Add JPG and GIF to package data setting in setup.py (bis) 2014-12-03 11:15:52 +01:00
Benjamin Dauvergne 001018ca23 Add JPG and GIF to package data setting in setup.py 2014-12-03 10:04:53 +01:00
Benjamin Dauvergne 6c4b221ad2 Fix description and url in setup.py 2014-11-21 18:32:15 +01:00
Benjamin Dauvergne c7dd01e007 Distribute compiled translation files 2014-11-20 15:03:42 +01:00
Benjamin Dauvergne 957aae3ff7 Refactorize application to make it an authentic2 plugin (2/2) 2014-11-06 21:35:04 +01:00
Benjamin Dauvergne 058af0c133 Refactorize application to make it an authentic2 plugin (1/2) 2014-11-06 21:16:51 +01:00