summary refs log tree commit diff stats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: fix CHANGELOG.md referencehut2015-07-161-1/+1
|
* Use setuptools if presentShadab Zafar2015-06-251-2/+7
| | | | | | | | | | | | | The main reason for this is the presence of `develop` command in setuptools. So by running `sudo python setup.py develop` - ranger gets installed, but you can easily make changes to the code and won't have to reinstall it. You can read more about it here: http://pythonhosted.org//setuptools/setuptools.html#development-mode It basically links an egg, so I had to add an appropriate line to .gitignore as well.
* moved "doc/examples" to "examples" for more visibilityhut2015-04-131-1/+1
|
* Neater copyright headerhut2015-03-191-2/+2
|
* Fixed references to doc/HACKING (for real)Dorien Snake2014-12-101-1/+1
|
* Fixed references to doc/HACKINGDorien Snake2014-12-101-1/+1
| | | | | | This patch replaces all references to `doc/HACKING` with `doc/HACKING.md`, to include the one in `setup.py` that was preventing a successful build. Some trailing whitespace was incidentally removed.
* fix references to README.mdhut2014-08-221-1/+1
|
* Changed email address in source codehut2013-08-081-1/+1
| | | | | Since lavabit.com ceased providing email services, I had to change my address from hut lavabit com to hut lepus uberspace de.
* added doc/config directory with symlinks to configshut2013-03-151-9/+4
|
* setup.py: added _findall functionhut2013-03-091-7/+6
|
* setup.py: create a /usr/share/doc/ranger directoryhut2013-03-091-1/+26
|
* setup.py: updated website URLhut2013-03-011-1/+1
|
* setup.py: removed fsobject packagehut2013-03-011-1/+0
|
* Merge branch 'master' into vcshut2013-02-221-1/+1
|\ | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py
| * updated rest of the copyright noticeshut2013-02-221-1/+1
| |
| * update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
| |
* | Merge branch 'master' into vcshut2013-02-191-1/+1
|\|
| * setup.py: add doc/rifle.1 to man pageshut2013-02-181-1/+1
| |
* | setup.py: s/ranger.vcs/ranger.ext.vcs/hut2013-02-161-1/+1
| |
* | Merged code to manipulate version control systemsAbdo Roig-Maranges2013-02-121-1/+2
|/ | | | Supports git, hg and bzr.
* replaced tabs with 4 spaces in all python fileshut2013-02-101-23/+23
| | | | | | | | | PEP 8 (Style Guide for Python Code) suggests the use of 4 spaces: http://www.python.org/dev/peps/pep-0008/#indentation If you need to use tools like "git blame", you can use the -w option to ignore this commit entirely. Patches will continue to work if you substitute tabs with 4 spaces everywhere except in the Makefile.
* added scripts directory. rifle is now installed to /usr/bin/hut2012-08-041-1/+1
|
* setup.py: s/defaults/config/hut2012-08-021-3/+3
|
* setup.py: added entry for rifle.confhut2012-03-191-1/+2
|
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
|
* moved scripts/ranger to ranger/data/rangerhut2011-10-111-1/+1
| | | | | | This way, the user gets an extra copy of the executable in case the one in /usr/bin/ is lost. Also, we don't waste one directory at the root level for just one symlink.
* Updated copyright headershut2011-10-101-1/+1
| | | | As much as I hate this, it has to be done
* added defaults/rc.conf in setup.pyhut2011-09-301-1/+1
|
* Fixed setup.py (by removing ranger/help entry)hut2011-09-291-2/+1
|
* a little restructurationhut2010-10-021-2/+2
|
* Makefile, setup.py: Fixed `make doc`hut2010-09-111-23/+24
|
* added setup.py drafthut2010-06-181-0/+42