Imported Upstream version 36.0.0 upstream/36.0.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 14 Jan 2019 01:32:43 +0000 (10:32 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 14 Jan 2019 01:32:43 +0000 (10:32 +0900)
commit48f3f10ea317ec9c040473cebaaf2397ffbbad3f
tree020ef7115ac4cadb81c247691916fff3f22f1b59
parent6cb62b7dc7e312d28ce9076920ad7f04d1d1a4ab
Imported Upstream version 36.0.0
70 files changed:
.gitignore
.travis.yml
CHANGES.rst
bootstrap.py
pavement.py [new file with mode: 0644]
pkg_resources/__init__.py
pkg_resources/_vendor/__init__.py [new file with mode: 0644]
pkg_resources/_vendor/appdirs.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/__about__.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/__init__.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/_compat.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/_structures.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/markers.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/requirements.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/specifiers.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/utils.py [new file with mode: 0644]
pkg_resources/_vendor/packaging/version.py [new file with mode: 0644]
pkg_resources/_vendor/pyparsing.py [new file with mode: 0644]
pkg_resources/_vendor/six.py [new file with mode: 0644]
pkg_resources/_vendor/vendored.txt [new file with mode: 0644]
pkg_resources/extern/__init__.py [new file with mode: 0644]
pkg_resources/tests/test_pkg_resources.py
pkg_resources/tests/test_resources.py
pyproject.toml [deleted file]
setup.cfg
setup.py
setuptools/__init__.py
setuptools/command/alias.py
setuptools/command/bdist_egg.py
setuptools/command/build_ext.py
setuptools/command/build_py.py
setuptools/command/develop.py
setuptools/command/easy_install.py
setuptools/command/egg_info.py
setuptools/command/py36compat.py
setuptools/command/rotate.py
setuptools/command/sdist.py
setuptools/command/setopt.py
setuptools/command/test.py
setuptools/command/upload_docs.py
setuptools/config.py
setuptools/dist.py
setuptools/extension.py
setuptools/extern/__init__.py [new file with mode: 0644]
setuptools/glob.py
setuptools/monkey.py
setuptools/msvc.py
setuptools/namespaces.py
setuptools/package_index.py
setuptools/py33compat.py
setuptools/sandbox.py
setuptools/ssl_support.py
setuptools/tests/__init__.py
setuptools/tests/contexts.py
setuptools/tests/server.py
setuptools/tests/test_archive_util.py
setuptools/tests/test_build_ext.py
setuptools/tests/test_develop.py
setuptools/tests/test_dist_info.py
setuptools/tests/test_easy_install.py
setuptools/tests/test_egg_info.py
setuptools/tests/test_integration.py
setuptools/tests/test_manifest.py
setuptools/tests/test_packageindex.py
setuptools/tests/test_sandbox.py
setuptools/tests/test_sdist.py
setuptools/unicode_utils.py
tests/requirements.txt
tests/test_pypi.py
tox.ini