summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1877 from pypa/feature/distribution-options-hooksJason R. Coombs2019-11-231-0/+23
|\ | | | | Add new hook 'setuptools.finalize_distribution_options'
| * Merge branch 'master' into feature/distribution-options-hooksJason R. Coombs2019-11-161-173/+75
| |\
| * | Add changelog entry and documentation about the feature.Jason R. Coombs2019-11-161-4/+27
| | |
* | | Merge pull request #1767 from kchmck/feat-license-filesJason R. Coombs2019-11-161-0/+1
|\ \ \ | | | | | | | | Add support for `license_files` option in metadata
| * | | Add support for `license_files` option in metadataMick Koch2019-10-281-0/+1
| | | |
* | | | Merge pull request #1830 from benoit-pierre/pip_wheelsJason R. Coombs2019-11-161-8/+9
|\ \ \ \ | |_|_|/ |/| | | drop easy_install script/command, re-implement `fetch_build_egg` to use pip
| * | | dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-151-8/+9
| | | |
* | | | Trim excess whitespaceJason R. Coombs2019-11-161-2/+2
|/ / /
* | | Remove "upload" and "register" commands.Paul Ganssle2019-11-021-9/+6
|/ / | | | | | | | | | | The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine.
* | Merge pull request #1815 from Hawk777/document-package-data-asteriskJason R. Coombs2019-10-271-1/+5
|\ \ | | | | | | Document using asterisk in package_data section
| * | Document using asterisk in package_data sectionChristopher Head2019-08-121-1/+5
| |/
* | Merge pull request #1862 from benoit-pierre/drop-ez_setup-documentationJason R. Coombs2019-10-271-28/+1
|\ \ | | | | | | docs: drop ez_setup documentation and related references
| * | docs: drop ez_setup documentation and related referencesBenoit Pierre2019-10-081-28/+1
| | |
* | | Merge pull request #1868 from ↵Jason R. Coombs2019-10-271-135/+43
|\ \ \ | | | | | | | | | | | | | | | | benoit-pierre/drop-most-documentation-references-to-easy_install doc: drop most references to EasyInstall
| * | | doc: drop most references to EasyInstallBenoit Pierre2019-10-081-135/+43
| |/ /
* | | Deprecate the test commandJon Dufresne2019-10-211-0/+13
|/ / | | | | | | | | | | | | Provide a warning to users. Suggest using tox as an alternative generic entry point. Refs #1684
* | docs: mention eggs are deprecated and not supported by pipBenoit Pierre2019-10-071-0/+3
| |
* | docs: mention dependency links support was dropped in pip 19.0Benoit Pierre2019-10-071-0/+4
|/
* Use license classifiers rather than the license field.Cyril Roelandt2019-06-011-3/+6
| | | | | | The license field has a 'free' format, while the classifiers are unique identifiers, similar to SPDX identifiers. In the documentation, we should therefore showcase the use of classifiers.
* Remove unwritten sections of the documentation (#1705)Ratin_Kumar2019-02-261-36/+0
| | | These sections of the documentation were never written, and refer to deprecated functionality anyway, so they can be removed.
* Merge branch 'master' into license-fix-357Jason R. Coombs2019-01-271-193/+120
|\
| * Merge pull request #1620 from scop/spellingPaul Ganssle2019-01-011-1/+1
| |\ | | | | | | Spelling fixes
| | * Spelling fixesVille Skyttä2018-12-291-1/+1
| | |
| * | Remove file: from documentation for license fieldPaul Ganssle2018-12-291-1/+1
| |/
| * Fix minimum version for data_filesPaul Ganssle2018-11-121-1/+1
| |
| * 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
| * | Update distribution guide and archive ez_setup docVarun Kamath2018-11-011-155/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | 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
* | Document the new `license_file` behaviourDeniz Taneli2018-10-281-0/+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.
* 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
|/
* Add changelog entry and include the final unsaved edit to setuptools.txt. ↵Jason R. Coombs2018-06-021-1/+1
| | | | Ref #1385.