aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add link to Tidelift Professional support in docsJason R. Coombs2018-12-031-0/+7
|
* Fix minimum version for data_filesPaul Ganssle2018-11-121-1/+1
|
* Replace Roadmap with milestones.Jason R. Coombs2018-11-111-13/+3
|
* Add another roadmap item about pkg_resources.Jason R. Coombs2018-11-111-0/+2
|
* Update roadmapJason R. Coombs2018-11-111-0/+3
|
* Merge pull request #1564 from 0az/doc-setup-cfg-min-versionPaul Ganssle2018-11-011-10/+13
|\ | | | | Document setup.cfg minimum version for version and project_urls
| * Add version footnoteAndrew Zhou2018-10-301-9/+12
| |
| * Improve setup.cfg minimum version documentationAndrew Zhou2018-10-281-5/+5
| | | | | | | | | | - version: a960ee1c3f1d1d1067ec1e3c88dc345060bd33a4 - project_urls: df2246449c271c07586bcecc3eaa36e9b0e94e3d
* | Merge pull request #1560 from varunkamath18/feature/docs_clean_user_prereqsPaul Ganssle2018-11-013-156/+233
|\ \ | | | | | | Update documentation for setuptools distribution
| * | Change index header for Easy InstallPaul Ganssle2018-11-011-1/+1
| | |
| * | Add news fragment for PR #1560Varun Kamath2018-11-011-1/+0
| | |
| * | Update distribution guide and archive ez_setup docVarun Kamath2018-11-013-156/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a simple introductory guide to the modern way to distribute `setuptools`-based projects with a link to the Python packaging tutorial. Rather than delete the old `ez_setup` information, it has been moved to a separate archive for people who want to use it as a historical reference.
* | | Add missing word to sentence in docs (#1552)Jon Dufresne2018-11-011-1/+1
|/ / | | | | Add missing word to sentence in python 3 docs
* / Document that rpmbuild is required for bdist_rpm (#1547)Riccardo Magliocchetti2018-10-301-0/+4
|/ | | | | Document that rpmbuild is required for bdist_rpm Refs #1456
* Remove ez_setup from documentation (#1553)Varun Kamath2018-10-281-12/+6
| | | | | | | | Remove ez_setup from setuptools installation docs This removes ez_setup.py from the setuptools development instructions and updates some links into EasyInstall that were skipping over the deprecation warning.
* Merge pull request #1550 from pypa/bugfix/1549-cython-recommendedJason R. Coombs2018-10-281-10/+19
|\ | | | | Update recommendation.
| * fix typoPaul Ganssle2018-10-281-1/+1
| | | | | | Co-Authored-By: jaraco <jaraco@jaraco.com>
| * Update recommendation. Fixes #1549.Jason R. Coombs2018-10-281-10/+19
| |
* | Merge pull request #1537 from madig/doc-setup.cfg-src-layoutJason R. Coombs2018-10-281-0/+29
|\ \ | |/ |/| Document using setup.cfg for src-layouts
| * Edit wordingNikolaus Waxweiler2018-10-281-4/+5
| |
| * Correct typoNikolaus Waxweiler2018-10-271-1/+1
| |
| * Document using setup.cfg for src-layoutsNikolaus Waxweiler2018-10-271-0/+28
| |
* | Merge pull request #1534 from xrmx/cythonvspyrexJason R. Coombs2018-10-271-17/+22
|\ \ | | | | | | Document building Cython projects instead of Pyrex
| * | Document building Cython projects instead of PyrexRiccardo Magliocchetti2018-10-271-17/+22
| | | | | | | | | | | | Refs #1395
* | | Added minimum version info to setup.cfg metadataVito2018-10-271-5/+5
| |/ |/| | | | | | | | | | | This also documents that the long_description_content_type keyword was added in version 38.6.0. Co-authored-by: Gene Matusovsky <gene_matusovsky@s5a.com>
* | Update setup.cfg documentation to include data_files (#1532)DanGolding2018-10-271-4/+5
|/ | | | * Update setup.cfg documentation to include data_files
* Update roadmap to expand scope of declarative config goals.Jason R. Coombs2018-10-261-1/+3
|
* Fix deprecation warning in easy_install docsJesus Laime2018-10-261-1/+1
|
* Add docs on how to use data_files in setup.cfgSatoru SATOH2018-10-241-0/+5
| | | | | This adds the `[options.data_files]` section to the existing setup.cfg example.
* Merge pull request #1490 from pypa/bugfix/sphinx/5417Jason R. Coombs2018-09-161-1/+1
|\ | | | | Pin against sphinx 1.8.0 due to sphinx-doc/sphinx#5417.
| * Pin against sphinx 1.8.0 due to sphinx-doc/sphinx#5417.Jason R. Coombs2018-09-161-1/+1
| |
* | Fix broken reference to setuptools docsJason R. Coombs2018-09-161-1/+1
|/
* Update Easy Install docs reflecting the deprecation.Jason R. Coombs2018-09-161-0/+6
|
* Remove backwards compatibility notes and future plans from Easy Install docsJason R. Coombs2018-09-161-45/+0
|
* Merge ancient easy_install history into changelogJason R. Coombs2018-09-161-498/+0
|
* link to setuptools docChristian González2018-09-151-1/+1
|
* Rename find_namepaces_ns to find_namespace_packages (#1423)Carsten Klein2018-08-171-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-97Paul Ganssle2018-07-111-0/+64
|\ | | | | fix #97 PEP420: find_packages()
| * Expand documentation for find_packages_nsPaul Ganssle2018-07-041-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 Klein2018-07-041-0/+18
| |
* | Deprecate upload and register commandsDustin Ingram2018-07-081-61/+27
|/
* docs: fix developer guideBenoit Pierre2018-06-281-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 LinkMichael A. Smith2018-06-211-1/+1
|
* Update roadmapJason R. Coombs2018-06-141-2/+6
|
* Add changelog entry and include the final unsaved edit to setuptools.txt. ↵Jason R. Coombs2018-06-021-1/+1
| | | | Ref #1385.
* Remove documentation about non-package data files that's no longer relevant ↵Jason R. Coombs2018-06-021-29/+8
| | | | without eggs. Fixes #1385.
* Drop support for EOL Python 3.3Hugo2018-05-241-1/+1
|
* Add reference to Setuptools Developers team for clarity of maintenance and ↵Jason R. Coombs2018-05-201-4/+3
| | | | removed reference to Jason as maintainer.
* Make minor fixes to release docsJeremy Bowman2018-05-191-1/+5
|
* Update release process docsJeremy Bowman2018-05-171-13/+24
|