summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAge
...
* revert to hardcoded version stringsPatrick Totzke2012-02-01
| | | | | | | | | | | | | before, we tried to be smart and wrote an auto-generated version string via `git describe` to alot.VERSION at setup time that got read by alot.__init__ later on. This reverts to a hardcoded version string in alot.__version__. It makes tedious calls to `git update-index --assume-unchanged VERSION` unnecessary and makes life easier for packagers. closes issue #299
* version string vanityPatrick Totzke2012-01-07
| | | | | | actually use the version string generated by git describe if possible. Also, don't check in every change to the version file and let its fallback content be "0.21+"
* make sure __init__ only reads the VERSION filePatrick Totzke2012-01-07
| | | | | | | and never writes it. The file /alot/VERSION will be provided in the future and contain the release version string. setup.py will try to overwrite this with the result of `git describe` which will suceed only if we are on a git checkout.
* add dependency for python-magicPatrick Totzke2011-12-23
|
* atomagic version string generationPatrick Totzke2011-12-16
| | | | | http://dcreager.net/2010/02/10/setuptools-git-version-numbers/ Also makes the version string accessible as alot.__version__.
* dependencies in setup.pyPatrick Totzke2011-11-16
|
* add module to setup.pyPatrick Totzke2011-10-13
|
* Read defaults from default config fileJustus Winter2011-09-22
| | | | | Read the configuration defaults from a file instead of hardcoding them in settings.py. This also simplifies the option lookup.
* update dependencies in setup.pypatrick2011-08-18
|
* we need urwid 1.0 for watch_pipe() in mainloop.pazz2011-08-13
|
* pep8 and dependencies in setup.pypazz2011-08-13
| | | | issue #43
* updated keymaps in USAGEpatrick2011-08-10
|
* added urwid and notmuch requirements to setup.pypazz2011-06-04
|
* setup.py and friendspazz2011-06-02