Imported Upstream version 45.2.0 upstream/45.2.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 29 Dec 2020 22:05:02 +0000 (07:05 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 29 Dec 2020 22:05:02 +0000 (07:05 +0900)
commit8450b7b51b61be25db47dce19661763ecd423cf3
tree092ddebf4886826250eb72ec2a0e290f0a49a0e2
parent37cb7824c4237d35a337aa90862b9c9f7c06e5f6
Imported Upstream version 45.2.0
56 files changed:
.bumpversion.cfg
.flake8 [new file with mode: 0644]
.github/workflows/python-tests.yml
.readthedocs.yml
.travis.yml
CHANGES.rst
appveyor.yml
azure-pipelines.yml [new file with mode: 0644]
bootstrap.py
docs/conf.py
docs/developer-guide.txt
docs/requirements.txt [deleted file]
pkg_resources/__init__.py
pkg_resources/tests/test_pkg_resources.py
pkg_resources/tests/test_resources.py
pytest.ini
setup.cfg
setuptools/__init__.py
setuptools/_imp.py
setuptools/archive_util.py
setuptools/build_meta.py
setuptools/command/build_clib.py
setuptools/command/build_ext.py
setuptools/command/easy_install.py
setuptools/command/egg_info.py
setuptools/command/install_lib.py
setuptools/command/install_scripts.py
setuptools/command/py36compat.py
setuptools/command/test.py
setuptools/command/upload_docs.py
setuptools/dep_util.py
setuptools/dist.py
setuptools/installer.py
setuptools/msvc.py
setuptools/namespaces.py
setuptools/package_index.py
setuptools/py27compat.py
setuptools/sandbox.py
setuptools/site-patch.py
setuptools/ssl_support.py
setuptools/tests/__init__.py
setuptools/tests/requirements.txt [new file with mode: 0644]
setuptools/tests/test_build_clib.py
setuptools/tests/test_build_meta.py
setuptools/tests/test_config.py
setuptools/tests/test_dist.py
setuptools/tests/test_easy_install.py
setuptools/tests/test_egg_info.py
setuptools/tests/test_setuptools.py
setuptools/tests/test_test.py
setuptools/tests/test_virtualenv.py
setuptools/tests/test_wheel.py
setuptools/wheel.py
tests/requirements.txt [deleted file]
tools/tox_pip.py
tox.ini