summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2016-08-31List 3.5 compatibility in setup.py, and mark as production stable.Emmanuel Gil Peyrot
2016-08-24Add a small poezio_logs script to parse logfilesmathieui
2016-07-14Next version is 0.10, not 1.0mathieui
1.0 is still a long way off
2016-07-03Make the entry point a functionmathieui
otherwise it breaks the generated entry point loader, which will work but display a traceback on exit
2016-06-30Update the entry point againmathieui
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot
2016-03-09Update a few url to use https, or even a few old poezio.eu referenceslouiz’
2015-08-01Update stuff to say 1.0-devmathieui
2015-07-310.9 Releasev0.9mathieui
2015-02-26Only remove src/default_config.cfg after build if we are in a develop copymathieui
In order to not pollute src/; without this change a script doing on a sdist-built archive: ./setup.py build ./setup.py install would fail because src/default_config.cfg was removed after setup(), and data/default_config.cfg does not exist
2015-02-10Fix the doc pathmathieui
“html” and “source” were inverted
2015-02-10Update setup filesmathieui
- remove “make uninstall” target which was broken a long time ago - move very install action to the setup.py (alias “make install” to “python setup.py install” - add some stuff to “make clean” - update the config.py to search the default config file using pkg_resources (more reliable than dirname(__file__)) - install the html doc only if available - use README.rst for the setup.py long_description - also, update the copyright notice to 2015
2015-02-07Entirely ditch distutils for setuptoolsmathieui
(it wasn’t working anyways, except for building the poopt module)
2015-01-21Fix a small error in setup.pymathieui
2015-01-21Ignore stderr when doing the git revision checkmathieui
(and use the older --git-dir instead of -C)
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