| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Docs: notes on setup.cfg and ez_setup | Igor Starikov | 2017-04-12 | 1 | -0/+7 |
| | | | | (see # 1006) | ||||
| * | Fixes #999: support python_requires, py_modules in configuration files | Marcel Bargull | 2017-04-07 | 1 | -0/+2 |
| | | |||||
| * | Although bootstrap.py is installing the deps, it removes them as well, so ↵ | Jason R. Coombs | 2017-03-31 | 1 | -0/+2 |
| | | | | | doc builds still require build deps. | ||||
| * | Constrain hack to the RTD environment. Rely on bootstrap routine to make ↵ | Jason R. Coombs | 2017-03-31 | 2 | -7/+8 |
| | | | | | dependencies available. | ||||
| * | Hack must genuflect to the arbitrory invocation location | Jason R. Coombs | 2017-03-31 | 1 | -1/+3 |
| | | |||||
| * | Make sure bootstrap finishes before continuing, and ensure that ↵ | Jason R. Coombs | 2017-03-30 | 1 | -2/+2 |
| | | | | | jaraco.packaging.sphinx is run before rst.linker. | ||||
| * | Remove excess hack | Jason R. Coombs | 2017-03-30 | 1 | -1/+0 |
| | | |||||
| * | Try running bootstrap in subprocess in order to be in the project root. | Jason R. Coombs | 2017-03-30 | 1 | -0/+3 |
| | | |||||
| * | Add hack to invoke bootstrap script so that setup.py --version can be invoked. | Jason R. Coombs | 2017-03-30 | 1 | -0/+5 |
| | | |||||
| * | Require a late version of setuptools to allow the docs to invoke setup.py | Jason R. Coombs | 2017-03-30 | 1 | -0/+2 |
| | | |||||
| * | Update docs to use jaraco.packaging.sphinx to grab metadata from the package. | Jason R. Coombs | 2017-03-30 | 2 | -49/+20 |
| | | |||||
| * | Dropped support for classifiers subsection handling in setup.cfg (see #952). | idle sign | 2017-02-04 | 1 | -5/+5 |
| | | |||||
| * | Require sphinx 1.4 for autosectionlabel plugin. Ref #957. | Jason R. Coombs | 2017-02-03 | 1 | -0/+1 |
| | | |||||
| * | Added autosectionlabel Sphinx extension and replaced some obsolete links. | smheidrich | 2017-02-02 | 3 | -11/+8 |
| | | |||||
| * | Remove installation instructions from the README and instead refer to the ↵ | Jason R. Coombs | 2017-01-15 | 1 | -0/+38 |
| | | | | | Python Packaging User's Guide, which indicates to use pip for installing setuptools. Moved Credits to the history section of the documentation. Cleaned up hyperlinks. | ||||
| * | Fix broken link in docs/developer-guide.txt | Elvis Stansvik | 2017-01-08 | 1 | -5/+5 |
| | | |||||
| * | Remove documentation for upload_docs command, deprecated in v27. | Jason R. Coombs | 2017-01-07 | 1 | -62/+0 |
| | | |||||
| * | Merge pull request #910 from plannigan/master | Jason R. Coombs | 2017-01-07 | 1 | -0/+34 |
| |\ | | | | | Document use of environment markers in extras_require | ||||
| | * | Document use of install_requires with corrected PEP | Patrick Lannigan | 2017-01-02 | 1 | -7/+7 |
| | | | | | | | | | | | PEP 496 is a draft that was never accepted, so it does not have the correct information. | ||||
| | * | Have documentation link to referenced PEP. | Patrick Lannigan | 2017-01-02 | 1 | -1/+3 |
| | | | |||||
| | * | Document use of environment markers in extras_require | Patrick Lannigan | 2017-01-02 | 1 | -0/+32 |
| | | | |||||
| * | | Remove documentation about tag-svn-revision. Ref #619. | Jason R. Coombs | 2017-01-02 | 1 | -95/+7 |
| | | | |||||
| * | | Remove references to SVN sandbox. | Jason R. Coombs | 2017-01-02 | 1 | -8/+0 |
| |/ | |||||
| * | Drop support for 'tag_svn_version' distribution option. Fixes #619. | Jason R. Coombs | 2017-01-01 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #868 from wjt/doc-tweaks | Jason R. Coombs | 2016-12-10 | 2 | -4/+4 |
| |\ | | | | | docs: reorder ToC; update stray Bitbucket links | ||||
| | * | docs: reorder table of contents | Will Thompson | 2016-12-05 | 1 | -3/+3 |
| | | | | | | | | | | | “Building and Distributing Packages with Setuptools” is a better entry point to the documentation than the changelog. | ||||
| | * | docs: update stray links to Bitbucket repo | Will Thompson | 2016-12-05 | 1 | -1/+1 |
| | | | |||||
| * | | Implemented find() configuration support for `packages`. | idle sign | 2016-12-10 | 1 | -3/+17 |
| | | | |||||
| * | | `read_configuration()` now accepts `ignore_option_errors`. | idle sign | 2016-12-10 | 1 | -1/+7 |
| | | | |||||
| * | | Docs update. | idle sign | 2016-12-05 | 1 | -0/+185 |
| |/ | |||||
| * | Update docs to reflect supported interface. Ref #859. | Jason R. Coombs | 2016-12-03 | 1 | -7/+4 |
| | | |||||
| * | Make Entrypoint methods docs up to date. | Liao Penghui | 2016-11-25 | 1 | -0/+6 |
| | | | | | | Entrypoint.load() is deprecated and it's recommend to use `require` and `resolve` separately. | ||||
| * | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -2/+0 |
| | | |||||
| * | Run tests with tox | Jason R. Coombs | 2016-10-14 | 1 | -5/+3 |
| | | |||||
| * | Follow PEP8 for keyword arguments syntax in setup | Peter Bittner | 2016-10-14 | 1 | -45/+44 |
| | | |||||
| * | docs/easy_install.txt: remove repeated word. | stepshal | 2016-07-25 | 1 | -1/+1 |
| | | |||||
| * | docs/conf.py: remove unused boilerplate. | stepshal | 2016-07-25 | 1 | -97/+0 |
| | | |||||
| * | docs/conf.py: split multiple imports on one line. | stepshal | 2016-07-24 | 1 | -1/+2 |
| | | |||||
| * | Add docs on building docs | Jason R. Coombs | 2016-07-23 | 1 | -0/+5 |
| | | |||||
| * | Reference gitter in dev guide | Jason R. Coombs | 2016-07-22 | 1 | -2/+2 |
| | | |||||
| * | Docs must be built from docs directory and not from root now. | Jason R. Coombs | 2016-07-22 | 1 | -12/+2 |
| | | |||||
| * | Add basic tests and docs for python_requires | Xavier Fernandez | 2016-07-14 | 1 | -0/+4 |
| | | |||||
| * | Fix misspellings | stepshal | 2016-06-26 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #601 from inirudebwoy/master | Jason R. Coombs | 2016-06-06 | 1 | -1/+1 |
| |\ | | | | | Update link to Resource Management API | ||||
| | * | Update link to Resource Management API | Michael Klich | 2016-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Bump rst.linker for RTD support | Jason R. Coombs | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | Patch changelog relative to 'docs' now that docs are built in RTD | Jason R. Coombs | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | Add rst.linker to docs requirements. | Jason R. Coombs | 2016-06-03 | 1 | -0/+1 |
| |/ | |||||
| * | Fix broken link | Juan Luis Cano Rodríguez | 2016-05-26 | 1 | -1/+1 |
| | | |||||
| * | Convert tabs to spaces. Fixes #489. | Jason R. Coombs | 2016-05-02 | 1 | -60/+60 |
| | | |||||
