aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: flesh out setup in preparation for PyPI postingW. Trevor King2012-10-251-1/+29
|
* setup.py: change setup.py name to something more PyPI friendly.W. Trevor King2012-10-251-1/+1
|
* setup.py: don't put the date in the setup.py version (PyPI gets mad).W. Trevor King2012-10-251-1/+1
|
* setup.py: make libbe._version optional.W. Trevor King2012-10-251-3/+4
| | | | | | | | | | | | | | | | | | | Thanks to Timmie for pointing this out: From: Timmie <timmichelsen@gmx-topmail.de> Date: Thu, 25 Oct 2012 09:42:23 +0000 (UTC) Subject: Re: [Be-devel] NotImplementedError with Bazaar ... I notices the following glichtes during the install: D:\be-be-master\be-be>python setup.py install WARNING:root:unable to import libbe._version: No module named _version Traceback (most recent call last): File "setup.py", line 6, in <module> from libbe import _version, version ImportError: cannot import name _version ...
* Cherrypick a better version string for setup.py from Niall Douglas.Niall Douglas (a [underscors] sourceforge {at} nedprod [dot] com)2012-02-241-2/+2
| | | | | | | | | | | | | | | WTK: This is a small part of Niall's commit 7f7a7738bcbcfd06a026f2985c1823a4ba5eb55b Author: Niall Douglas ... Date: Tue Feb 21 20:35:28 2012 +0000 Several hacks to make BE compatible with bbfreeze and therefore compilable into a self contained directory I cleaned up his string construction, which was originally version.version()+" ("+rev_date+")"
* Allow command line overrides for built documentation.W. Trevor King2010-10-221-3/+9
| | | | | | | For example, to install without documentation, use: $ make DOC= install which overrides Makefile's default DOC definition, setting it to the empty string.
* Little fix to setup.pyGianluca2010-06-241-2/+2
| | | | | | | I applied Gianluca's patch, but used "revision" in both the Makefile command for _version.py and setup.py, rather than using "revision_id" in both places. With Git, there is no longer a need to distinguish revision IDs from revision numbers.
* Moved manpage source doc/src to doc/manW. Trevor King2010-02-051-1/+1
|
* Reorganized documentation to clean doc/ for user-readable filesW. Trevor King2010-01-231-1/+1
|
* Update setup.py to install submodules.W. Trevor King2010-01-151-1/+8
|
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-2/+2
|
* Updated setup.py url and switched to rolling version names.W. Trevor King2009-07-141-2/+6
|
* Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.Chris Ball2008-05-161-0/+3
|\
| * Make setup.py executable.Jelmer Vernooij2008-05-141-0/+0
|/
* Adjust version number in setup.py, so we don't hit 205 prematurely :-)Aaron Bentley2006-04-061-1/+1
|
* Install the be script.Marien Zwart2006-04-051-0/+1
|
* Add setup.pyMarien Zwart2006-04-051-0/+11