index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Fix small errors in docs
Anderson Bravalheri
2022-03-09
1
-2
/
+2
*
|
|
Mark features related auto-discovery and pyproject metadata as experimental
Anderson Bravalheri
2022-03-09
1
-0
/
+6
*
|
|
Automatic discovery of packages, py_modules and name (#2894)
Anderson Bravalheri
2022-03-07
1
-4
/
+144
|
\
\
\
|
*
|
|
Add news fragment with instructions for empty distributions
Anderson Bravalheri
2022-03-05
1
-1
/
+1
|
*
|
|
Small fixes for text in package_discovery
Anderson Bravalheri
2022-03-05
1
-7
/
+7
|
*
|
|
Sync setup.cfg/.py examples for package_dir
Anderson Bravalheri
2022-03-05
1
-3
/
+3
|
*
|
|
Add examples for package_dir customisation
Anderson Bravalheri
2022-03-05
1
-1
/
+44
|
*
|
|
Improve text in package discovery docs
Anderson Bravalheri
2022-03-05
1
-10
/
+10
|
*
|
|
Improve autodoc for finder exclude
Anderson Bravalheri
2022-03-05
1
-8
/
+8
|
*
|
|
Small doc improvement for package_discovery
Anderson Bravalheri
2022-03-05
1
-2
/
+2
|
*
|
|
Attempt to improve autodoc
Anderson Bravalheri
2022-03-05
1
-6
/
+31
|
*
|
|
Add documentation about automatic discovery
Anderson Bravalheri
2022-03-05
1
-4
/
+76
|
|
/
/
*
|
|
Add news fragment
Anderson Bravalheri
2022-03-05
1
-1
/
+7
|
/
/
*
|
Update docs/userguide/miscellaneous.rst
Anderson Bravalheri
2022-03-04
1
-1
/
+1
*
|
Apply suggestions from code review
Anderson Bravalheri
2022-03-04
1
-1
/
+1
*
|
Clarify the relationship between wheel <> sdist
Anderson Bravalheri
2022-03-04
2
-21
/
+50
*
|
Apply suggestions from code review
Anderson Bravalheri
2022-03-04
1
-2
/
+2
*
|
Emphasize data files should be included inside the package
Anderson Bravalheri
2022-03-03
1
-1
/
+1
*
|
Avoid using a same set of words repeatedly too close
Anderson Bravalheri
2022-03-03
1
-1
/
+1
*
|
Add another missing link to PyPUG
Anderson Bravalheri
2022-03-03
1
-1
/
+1
*
|
Add missing link to PyPUG MANIFEST.in docs
Anderson Bravalheri
2022-03-03
1
-1
/
+1
*
|
Add link to MANIFEST.in in quickstart
Anderson Bravalheri
2022-03-03
1
-1
/
+7
*
|
Add section about distributed files to miscellaneous
Anderson Bravalheri
2022-03-03
2
-14
/
+40
*
|
Modify datafiles docs to emphasize importlib.resources over pkg_resorueces
Anderson Bravalheri
2022-03-03
2
-12
/
+15
*
|
Add a note about data files being read-only
Anderson Bravalheri
2022-03-03
1
-0
/
+16
*
|
Add links to MANIFEST.in docs and clarify data files inclusion
Anderson Bravalheri
2022-03-03
2
-16
/
+53
|
/
*
Improve regex for autolinking PEPs on changelog
Anderson Bravalheri
2022-02-19
1
-1
/
+1
*
Extend matching of issue/commit links to all PyPA repositories
Anderson Bravalheri
2022-02-19
1
-4
/
+4
*
Avoid accidental URL replacement in CHANGELOG
Anderson Bravalheri
2022-02-19
1
-1
/
+1
*
Merge pull request #2897 from abravalheri/improve-docs
Jason R. Coombs
2022-01-30
2
-0
/
+83
|
\
|
*
Mention environment markers as alternative
Anderson Bravalheri
2021-11-19
1
-1
/
+6
|
*
Add documentation about build_meta wrappers
Anderson Bravalheri
2021-11-19
2
-0
/
+78
*
|
Stop mentioning `wheel` in the context of PEP 517
Sviatoslav Sydorenko
2022-01-27
3
-4
/
+5
*
|
doc: Fix trailing spaces, tabs, and missing newlines at end of file.
Julien Palard
2022-01-24
6
-23
/
+23
*
|
Remove deprecated communication platforms
Anderson Bravalheri
2022-01-20
1
-5
/
+4
*
|
Replace the defunct distutils-sig ml with forum pointer
Jeroen Ruigrok van der Werven
2022-01-20
2
-9
/
+10
*
|
Update documentation to match and remove requirements file with stale referen...
Jason R. Coombs
2022-01-17
1
-7
/
+4
*
|
Update docs/userguide/quickstart.rst
Ananth Pattabiraman
2022-01-07
1
-1
/
+1
*
|
add resources on packaging
Ananth Pattabiraman
2022-01-07
1
-2
/
+3
*
|
Remove unused imports from docs/conf.py
Anderson Bravalheri
2022-01-06
1
-3
/
+0
*
|
Use an SVG optimiser
Anderson Bravalheri
2022-01-06
11
-1419
/
+443
*
|
Replace in-tree sphinx extension with sphinx-favicon
Anderson Bravalheri
2022-01-06
2
-65
/
+6
*
|
Rename `docs/{images/README => artwork}.rst`
Anderson Bravalheri
2022-01-06
2
-4
/
+4
*
|
Update quickstart.rst
eacheson
2021-12-24
1
-13
/
+13
*
|
Render distutils commit links properly in docs
Alex Hedges
2021-12-19
1
-0
/
+4
*
|
fix: typo 'extras_require'
Rodrigo Mologni
2021-12-04
1
-1
/
+1
*
|
fix: 'python_requires' must be a string
Rodrigo Mologni
2021-12-04
1
-1
/
+1
|
/
*
Merge pull request #2890 from icemac/patch-1
Jason R. Coombs
2021-11-18
1
-1
/
+1
|
\
|
*
Reduce resource_string documentation confusion.
Michael Howitz
2021-11-16
1
-1
/
+1
*
|
Update setuptools.readthedocs.io to setuptools.pypa.io
Hugo van Kemenade
2021-11-16
3
-3
/
+3
|
/
[prev]
[next]