aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setuptools.txt
Commit message (Expand)AuthorAgeFilesLines
* Rename find_namepaces_ns to find_namespace_packages (#1423)Carsten Klein2018-08-171-16/+19
* Merge pull request #1312 from coldrye-collaboration/gh-97Paul Ganssle2018-07-111-0/+64
|\
| * Expand documentation for find_packages_nsPaul Ganssle2018-07-041-15/+61
| * Add documentation for find_packages_ns()Carsten Klein2018-07-041-0/+18
* | Deprecate upload and register commandsDustin Ingram2018-07-081-61/+27
|/
* Add changelog entry and include the final unsaved edit to setuptools.txt. Ref...Jason R. Coombs2018-06-021-1/+1
* Remove documentation about non-package data files that's no longer relevant w...Jason R. Coombs2018-06-021-29/+8
* Merge pull request #1359 from jmbowman/jmbowman/version_from_fileJason R. Coombs2018-05-151-1/+5
|\
| * Support loading version from a fileJeremy Bowman2018-05-151-1/+5
* | Add install_requires to exampleJason R. Coombs2018-05-151-0/+3
* | Add the phrase declarative config for easier searchingJason R. Coombs2018-05-151-2/+2
|/
* Fix doc build warningsJeremy Bowman2018-05-141-1/+1
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-261-3/+3
* Add some commas.Jason R. Coombs2018-03-081-3/+3
* Updated package_data documentationDavid Pugh2018-03-081-1/+9
* Fix documentation inconsistency on version specifierVincent Philippon2018-02-191-1/+1
* Reflect find_packages behavior in docDylan Wilson2018-01-231-3/+3
* Document project_urls setup parameterJeremy Stanley2017-12-051-0/+10
* Support PEP 345 Project-URL metadataJeremy Stanley2017-11-221-0/+1
* Merge branch 'master' into drop-py26Jason R. Coombs2017-11-191-46/+46
|\
| * Docs proofreadingJohn T. Wodder II2017-09-141-46/+46
* | Merge branch 'master' into drop-py26Jason R. Coombs2017-09-031-201/+106
|\|
| * Add long_description_content_type to metadata tableDustin Ingram2017-08-281-21/+22
| * Update docs with a file list usage exampleSviatoslav Sydorenko2017-08-281-2/+2
| * Docs: notes on setup.cfg and ez_setupIgor Starikov2017-04-121-0/+7
| * Fixes #999: support python_requires, py_modules in configuration filesMarcel Bargull2017-04-071-0/+2
| * Dropped support for classifiers subsection handling in setup.cfg (see #952).idle sign2017-02-041-5/+5
| * Added autosectionlabel Sphinx extension and replaced some obsolete links.smheidrich2017-02-021-4/+3
| * Remove documentation for upload_docs command, deprecated in v27.Jason R. Coombs2017-01-071-62/+0
| * Merge pull request #910 from plannigan/masterJason R. Coombs2017-01-071-0/+34
| |\
| | * Document use of install_requires with corrected PEPPatrick Lannigan2017-01-021-7/+7
| | * Have documentation link to referenced PEP.Patrick Lannigan2017-01-021-1/+3
| | * Document use of environment markers in extras_requirePatrick Lannigan2017-01-021-0/+32
| * | Remove documentation about tag-svn-revision. Ref #619.Jason R. Coombs2017-01-021-95/+7
| * | Remove references to SVN sandbox.Jason R. Coombs2017-01-021-8/+0
| |/
| * Implemented find() configuration support for `packages`.idle sign2016-12-101-3/+17
| * `read_configuration()` now accepts `ignore_option_errors`.idle sign2016-12-101-1/+7
* | Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-091-1/+1
|/
* Docs update.idle sign2016-12-051-0/+185
* Follow PEP8 for keyword arguments syntax in setupPeter Bittner2016-10-141-45/+44
* Add basic tests and docs for python_requiresXavier Fernandez2016-07-141-0/+4
* Update link to Resource Management APIMichael Klich2016-06-021-1/+1
* Update rationale for the zip_safe flagncoghlan2016-04-121-1/+2
* Update most bitbucket references to point to Github now. Fixes #422.Jason R. Coombs2016-03-291-1/+1
* Point towards SCM plugins for including source filesAlexey Kotlyarov2016-03-201-7/+21
* Remove CVS and Subversion references in include_package_data docsAlexey Kotlyarov2016-03-171-61/+35
* Override upload command to load passwords from keyring when available and not...20.1Jason R. Coombs2016-02-111-0/+16
* Replace upload docs with a reference to distutils docs, asJason R. Coombs2016-02-111-48/+3
* Add a bit more detail about the setup script and what to expect. Fixes #466.Jason R. Coombs2015-11-271-2/+8
* Remove cruft from Subclassing sectionJason R. Coombs2015-09-051-3/+1