• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

docs/23-Nov-2023-7,9406,132

pkg_resources/23-Nov-2023-14,10410,965

setuptools/23-Nov-2023-28,41722,196

setuptools.egg-info/23-Nov-2023-338315

tests/23-Nov-2023-182136

Android.bpD23-Nov-20232 KiB6157

CHANGES.rstD23-Nov-2023109.8 KiB3,6612,659

LICENSED23-Nov-20231.1 KiB2016

MANIFEST.inD23-Nov-2023430 1514

METADATAD23-Nov-2023405 1816

MODULE_LICENSE_MITD23-Nov-20230

OWNERSD23-Nov-2023210 54

PKG-INFOD23-Nov-20232.9 KiB6654

README.rstD23-Nov-20231.4 KiB3524

bootstrap.pyD23-Nov-20231.6 KiB6547

conftest.pyD23-Nov-2023223 96

easy_install.pyD23-Nov-2023126 64

launcher.cD23-Nov-202310.1 KiB336195

msvc-build-launcher.cmdD23-Nov-20231.6 KiB4032

pavement.pyD23-Nov-20231.4 KiB6347

pytest.iniD23-Nov-2023493 76

setup.cfgD23-Nov-2023434 3021

setup.pyD23-Nov-20237.2 KiB196168

tox.iniD23-Nov-20231.1 KiB4235

README.rst

1.. image:: https://img.shields.io/pypi/v/setuptools.svg
2   :target: https://pypi.org/project/setuptools
3
4.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
5    :target: https://setuptools.readthedocs.io
6
7.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI
8   :target: https://travis-ci.org/pypa/setuptools
9
10.. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor
11   :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master
12
13.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
14
15See the `Installation Instructions
16<https://packaging.python.org/installing/>`_ in the Python Packaging
17User's Guide for instructions on installing, upgrading, and uninstalling
18Setuptools.
19
20The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_.
21
22Questions and comments should be directed to the `distutils-sig
23mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
24Bug reports and especially tested patches may be
25submitted directly to the `bug tracker
26<https://github.com/pypa/setuptools/issues>`_.
27
28
29Code of Conduct
30---------------
31
32Everyone interacting in the setuptools project's codebases, issue trackers,
33chat rooms, and mailing lists is expected to follow the
34`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.
35