summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2015-01-21Update the setup.py to 0.9 and use PEP 440 for development buildsmathieui
detect the number of git commit since the last tag and use that
2014-11-12Change the requirementsmathieui
2014-10-28Fix the dependencies in the setup.pymathieui
2014-10-27Mention that setuptools is kind of mandatorymathieui
2014-10-27Use a setuptools entry point instead of a custom scriptmathieui
2014-05-05Add the windows module to the setup.pymathieui
2014-04-05Add the core module to the setup.pymathieui
2014-04-04Remove unused importsmathieui
(thanks eijebong)
2014-04-01Install the tabs module with setup.py toomathieui
2014-03-22Remove warnings in setup.py and use setuptools instead of distutilsmathieui
(but since it is not important, use distutils when setuptools is unavailable)
2014-03-21Update setup.py (from what was changed for the pypi release)mathieui
also remove old stuff from the default config
2014-03-20Remove C89 warnings on buildmathieui
(no idea why this is appearing now)
2014-03-08Remove useless parts of the setup processmathieui
2014-03-04Add a script that generates a [keys] section for the gpg pluginmathieui
2014-02-22Bump dev versionmathieui
2014-02-22Bump versionv0.8mathieui
2013-08-10Fix #2337 (search the themes the same way than plugins)mathieui
- Load the themes from: 1 - The sources found in the directory ../data/themes/ (if it exists) 2 - The user-defined dir (or ~/.local/blah) 3 - The poezio_themes package if found - Also fix some potential issues with the plugins importer
2013-08-07Add the gpg plugin to the setup.pymathieui
2013-05-29Small workaround for the default config locationmathieui
2013-05-26Update setup.py to use distutilsmathieui
(use new default directory, install the plugins as a separate python module…)
2011-10-16Indent. That’s actually useless, but I want to test something.Florent Le Coz
2011-09-11Build C modules inplaceFlorent Le Coz
2011-09-09and that file…Florent Le Coz