Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fully migrate from distutils to setuptools | Wojciech Siewierski | 2020-05-13 | 1 | -12/+4 |
| | | | | Even the Python docs recommend setuptools over using distutils directly. | ||||
* | Update colorscheme docs path in setup.py | Toon Nolten | 2018-07-05 | 1 | -1/+1 |
| | | | | | | | `colorschemes.txt` markup was improved and the file got a `.md` extension to match. Fixes #1221 | ||||
* | change website URLS to HTTPS | hut | 2018-02-05 | 1 | -1/+1 |
| | | | | (Thanks to Klemens Nanni for pointing it out) | ||||
* | update homepage references | hut | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | setup.py: Make executables executable | nfnty | 2017-04-12 | 1 | -4/+26 |
| | |||||
* | setup.py: Add `keywords` and `classifiers` | nfnty | 2017-02-19 | 1 | -0/+22 |
| | |||||
* | setup.py: Fix Travis CI pylint error | nfnty | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | setup.py: Use distutils by default | nfnty | 2017-02-11 | 1 | -4/+4 |
| | | | | Fixes #805 | ||||
* | setup.py: Minor changes | nfnty | 2017-02-10 | 1 | -12/+11 |
| | |||||
* | setup.py: Fix build scripts for PyPI | nfnty | 2017-02-10 | 1 | -10/+26 |
| | |||||
* | setup.py: Use `setuptools` by default, Change name for PyPI | nfnty | 2017-02-10 | 1 | -4/+13 |
| | |||||
* | setup.py: Minor fixes | nfnty | 2017-02-09 | 1 | -11/+11 |
| | | | | | Remove underscores from functions Prevent scripts path conflict | ||||
* | setup.py: Generate scripts during build | nfnty | 2017-02-09 | 1 | -2/+14 |
| | | | | Fixes #799 | ||||
* | setup.py: Fix missing comma | nfnty | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | setup.py: Improve readability | nfnty | 2017-02-09 | 1 | -24/+30 |
| | |||||
* | Python 3 division: Import `division` from `__future__` | nfnty | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | linting: Fix Travis CI | nfnty | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 1 | -8/+10 |
| | |||||
* | linting: autopep8 | nfnty | 2017-01-17 | 1 | -2/+6 |
| | |||||
* | Remove reduntant backslash between brackets. | stepshal | 2016-06-19 | 1 | -1/+1 |
| | |||||
* | Add two blank lines where is expected | stepshal | 2016-06-16 | 1 | -0/+1 |
| | |||||
* | Revert "Use setuptools if present" | hut | 2016-01-25 | 1 | -7/+2 |
| | | | | | | | | | This reverts commit 8b958c577a7f5f484db42b7c26b0340e14fd9351. Reasons: 1. it breaks the `. ranger` command (fixes #454) 2. the `ranger.desktop` file is not installed properly 3. ranger won't run when installing it outside of PYTHONPATH | ||||
* | added ranger.desktop file, fixes #346 | hut | 2016-01-25 | 1 | -0/+2 |
| | |||||
* | setup.py: fix CHANGELOG.md reference | hut | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Use setuptools if present | Shadab Zafar | 2015-06-25 | 1 | -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 visibility | hut | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | Neater copyright header | hut | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | Fixed references to doc/HACKING (for real) | Dorien Snake | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Fixed references to doc/HACKING | Dorien Snake | 2014-12-10 | 1 | -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.md | hut | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Changed email address in source code | hut | 2013-08-08 | 1 | -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 configs | hut | 2013-03-15 | 1 | -9/+4 |
| | |||||
* | setup.py: added _findall function | hut | 2013-03-09 | 1 | -7/+6 |
| | |||||
* | setup.py: create a /usr/share/doc/ranger directory | hut | 2013-03-09 | 1 | -1/+26 |
| | |||||
* | setup.py: updated website URL | hut | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | setup.py: removed fsobject package | hut | 2013-03-01 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into vcs | hut | 2013-02-22 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py | ||||
| * | updated rest of the copyright notices | hut | 2013-02-22 | 1 | -1/+1 |
| | | |||||
| * | update email address (romanz@lavabit.com -> hut@lavabit.com) | hut | 2013-02-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into vcs | hut | 2013-02-19 | 1 | -1/+1 |
|\| | |||||
| * | setup.py: add doc/rifle.1 to man pages | hut | 2013-02-18 | 1 | -1/+1 |
| | | |||||
* | | setup.py: s/ranger.vcs/ranger.ext.vcs/ | hut | 2013-02-16 | 1 | -1/+1 |
| | | |||||
* | | Merged code to manipulate version control systems | Abdo Roig-Maranges | 2013-02-12 | 1 | -1/+2 |
|/ | | | | Supports git, hg and bzr. | ||||
* | replaced tabs with 4 spaces in all python files | hut | 2013-02-10 | 1 | -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/ | hut | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | setup.py: s/defaults/config/ | hut | 2012-08-02 | 1 | -3/+3 |
| | |||||
* | setup.py: added entry for rifle.conf | hut | 2012-03-19 | 1 | -1/+2 |
| | |||||
* | shorten all copyright messages for better readability | hut | 2012-03-14 | 1 | -13/+1 |
| | |||||
* | moved scripts/ranger to ranger/data/ranger | hut | 2011-10-11 | 1 | -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. |