| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename find_namepaces_ns to find_namespace_packages (#1423) | Carsten Klein | 2018-08-17 | 1 | -16/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix #1419 PEP420: add find_namespace: directive * fix #1419 PEP420: add find_namespace: directive to documentation * fix #1419 PEP420: add tests * fix #1419 PEP420: clean up code * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: clean up code * fix #1419 PEP420: add changelog entry * fixup! fix #1419 PEP420: add tests * fix #1419 PEP420: cleanup code refactor markers * #1420: Rename find_namespace_ns to find_namespace_packages * #1420: update changelog entry | ||||
| * | Merge pull request #1312 from coldrye-collaboration/gh-97 | Paul Ganssle | 2018-07-11 | 1 | -0/+64 |
| |\ | | | | | fix #97 PEP420: find_packages() | ||||
| | * | Expand documentation for find_packages_ns | Paul Ganssle | 2018-07-04 | 1 | -15/+61 |
| | | | | | | | | | | | This moves the documentation out of "Basic Usage" and expands on some of the caveats of this approach. | ||||
| | * | Add documentation for find_packages_ns() | Carsten Klein | 2018-07-04 | 1 | -0/+18 |
| | | | |||||
| * | | Deprecate upload and register commands | Dustin Ingram | 2018-07-08 | 1 | -61/+27 |
| |/ | |||||
| * | docs: fix developer guide | Benoit Pierre | 2018-06-28 | 1 | -25/+0 |
| | | | | | | | Drop `Source Code` section, as it contains an outdated guideline with respect to documenting changes and its contents are already covered by other sections. | ||||
| * | Fix Town Crier Link | Michael A. Smith | 2018-06-21 | 1 | -1/+1 |
| | | |||||
| * | Update roadmap | Jason R. Coombs | 2018-06-14 | 1 | -2/+6 |
| | | |||||
| * | Add changelog entry and include the final unsaved edit to setuptools.txt. ↵ | Jason R. Coombs | 2018-06-02 | 1 | -1/+1 |
| | | | | | Ref #1385. | ||||
| * | Remove documentation about non-package data files that's no longer relevant ↵ | Jason R. Coombs | 2018-06-02 | 1 | -29/+8 |
| | | | | | without eggs. Fixes #1385. | ||||
| * | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 1 | -1/+1 |
| | | |||||
| * | Add reference to Setuptools Developers team for clarity of maintenance and ↵ | Jason R. Coombs | 2018-05-20 | 1 | -4/+3 |
| | | | | | removed reference to Jason as maintainer. | ||||
| * | Make minor fixes to release docs | Jeremy Bowman | 2018-05-19 | 1 | -1/+5 |
| | | |||||
| * | Update release process docs | Jeremy Bowman | 2018-05-17 | 1 | -13/+24 |
| | | |||||
| * | Merge pull request #1359 from jmbowman/jmbowman/version_from_file | Jason R. Coombs | 2018-05-15 | 1 | -1/+5 |
| |\ | | | | | Support loading version from a file | ||||
| | * | Support loading version from a file | Jeremy Bowman | 2018-05-15 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #1363 from Zelgius/pull_request_template | Jason R. Coombs | 2018-05-15 | 1 | -2/+2 |
| |\ \ | | | | | | | Pull request template | ||||
| | * | | Update developer guide documentation | Mason Egger | 2018-05-15 | 1 | -2/+2 |
| | |/ | | | | | | | Add changelog for PR #1363 (issue #1355) | ||||
| * | | Add install_requires to example | Jason R. Coombs | 2018-05-15 | 1 | -0/+3 |
| | | | |||||
| * | | Add the phrase declarative config for easier searching | Jason R. Coombs | 2018-05-15 | 1 | -2/+2 |
| |/ | |||||
| * | Fix doc build warnings | Jeremy Bowman | 2018-05-14 | 3 | -2/+6 |
| | | |||||
| * | Add documentation on how to create a changelog entry | Paul Ganssle | 2018-05-14 | 1 | -0/+32 |
| | | |||||
| * | Change Developer Guide instruction on how to run tests | Miriam Sexton | 2018-05-14 | 1 | -2/+6 |
| | | |||||
| * | Change Developer Guide instruction on how to checkout from github | Miriam Sexton | 2018-05-14 | 1 | -1/+1 |
| | | |||||
| * | Add tox environment for docs | Jeremy Bowman | 2018-05-14 | 1 | -5/+7 |
| | | |||||
| * | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-04-26 | 4 | -10/+9 |
| | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | ||||
| * | Add some commas. | Jason R. Coombs | 2018-03-08 | 1 | -3/+3 |
| | | |||||
| * | Updated package_data documentation | David Pugh | 2018-03-08 | 1 | -1/+9 |
| | | |||||
| * | Remove reference to bitbucket mirror. Fixes #1280. | Jason R. Coombs | 2018-02-20 | 1 | -3/+0 |
| | | |||||
| * | Fix documentation spacing error causing wrong formatting. | Vincent Philippon | 2018-02-19 | 1 | -1/+1 |
| | | |||||
| * | Fix documentation inconsistency on version specifier | Vincent Philippon | 2018-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | The `,` is the equivalent of an "and". Also, the pkg_resources section documents and behave like this too: ``` >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('1.2.3') False >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('2.3.4') True ``` | ||||
| * | Reflect find_packages behavior in doc | Dylan Wilson | 2018-01-23 | 1 | -3/+3 |
| | | | | | | | | find_packages doesnt find PEP420 packages but the documentation suggests that it does. see: pypa/setuptools#97 | ||||
| * | Document project_urls setup parameter | Jeremy Stanley | 2017-12-05 | 1 | -0/+10 |
| | | | | | | | | | | | | Add an entry to the Setuptools usage documentation for the project_urls dict, and include it in the "advanced" project example. While at it, adjust the dogfooding use in Setuptools' own setup.py to use HTTPS for the Documentation URL and drop redundant entries for Bug Tracker and Source Code. Also remove a no-op attribute reassignment from egg_info.py. | ||||
| * | Support PEP 345 Project-URL metadata | Jeremy Stanley | 2017-11-22 | 1 | -0/+1 |
| | | | | | | | | | | | | By including one or more Project-URL entries in PKG-INFO metadata, PyPI can display helpful hyperlinks in a generic manner. Add support here to be able to pass it through setup.cfg and setup.py with a project_urls dict. See the corresponding section of the Core Metadata Specifications from the Python Packaging User Guide for details: https://packaging.python.org/specifications/core-metadata/#project-url-multiple-use | ||||
| * | Merge branch 'master' into drop-py26 | Jason R. Coombs | 2017-11-19 | 1 | -46/+46 |
| |\ | |||||
| | * | Docs proofreading | John T. Wodder II | 2017-09-14 | 1 | -46/+46 |
| | | | |||||
| * | | Merge branch 'master' into drop-py26 | Jason R. Coombs | 2017-09-03 | 9 | -277/+203 |
| |\| | |||||
| | * | Add long_description_content_type to metadata table | Dustin Ingram | 2017-08-28 | 1 | -21/+22 |
| | | | |||||
| | * | Update docs with a file list usage example | Sviatoslav Sydorenko | 2017-08-28 | 1 | -2/+2 |
| | | | | | | | | | | | Now it's possible to use it like this: * long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst | ||||
| | * | Use bump2version for releases so that annotated tags are employed. | Jason R. Coombs | 2017-06-01 | 1 | -1/+1 |
| | | | |||||
| | * | Update release process to give guidance on updating the changelog prior to ↵ | Jason R. Coombs | 2017-06-01 | 1 | -1/+11 |
| | | | | | | | | | release. | ||||
| | * | Remove section on bootstrap branch, no longer relevant. | Jason R. Coombs | 2017-06-01 | 1 | -15/+0 |
| | | | |||||
| | * | 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 |
| | | | |||||
