Imported Upstream version 4.1.2 upstream upstream/4.1.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 5 Apr 2021 07:03:29 +0000 (16:03 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 5 Apr 2021 07:03:29 +0000 (16:03 +0900)
commit6eb844e03f8fea43635a645026f6495f32a83f33
tree73fb12b68c79fae271fb68fa15cfdba6c56f4afd
parentc890e48cc588dafa45a0e47b0e87e3ece6b5d9e8
Imported Upstream version 4.1.2
48 files changed:
.github/FUNDING.yml [new file with mode: 0644]
.github/workflows/pre-commit.yml [new file with mode: 0644]
.github/workflows/python-tests.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CHANGELOG.rst [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.rst [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/setuptools_scm.egg-info/PKG-INFO [new file with mode: 0644]
src/setuptools_scm.egg-info/SOURCES.txt [new file with mode: 0644]
src/setuptools_scm.egg-info/dependency_links.txt [new file with mode: 0644]
src/setuptools_scm.egg-info/entry_points.txt [new file with mode: 0644]
src/setuptools_scm.egg-info/requires.txt [new file with mode: 0644]
src/setuptools_scm.egg-info/top_level.txt [new file with mode: 0644]
src/setuptools_scm.egg-info/zip-safe [new file with mode: 0644]
src/setuptools_scm/__init__.py [new file with mode: 0644]
src/setuptools_scm/__main__.py [new file with mode: 0644]
src/setuptools_scm/config.py [new file with mode: 0644]
src/setuptools_scm/discover.py [new file with mode: 0644]
src/setuptools_scm/file_finder.py [new file with mode: 0644]
src/setuptools_scm/file_finder_git.py [new file with mode: 0644]
src/setuptools_scm/file_finder_hg.py [new file with mode: 0644]
src/setuptools_scm/git.py [new file with mode: 0644]
src/setuptools_scm/hacks.py [new file with mode: 0644]
src/setuptools_scm/hg.py [new file with mode: 0644]
src/setuptools_scm/integration.py [new file with mode: 0644]
src/setuptools_scm/utils.py [new file with mode: 0644]
src/setuptools_scm/version.py [new file with mode: 0644]
src/setuptools_scm/win_py31_compat.py [new file with mode: 0644]
testing/check_self_install.py [new file with mode: 0644]
testing/conftest.py [new file with mode: 0644]
testing/play_out_381.bash [new file with mode: 0755]
testing/test_basic_api.py [new file with mode: 0644]
testing/test_config.py [new file with mode: 0644]
testing/test_file_finder.py [new file with mode: 0644]
testing/test_functions.py [new file with mode: 0644]
testing/test_git.py [new file with mode: 0644]
testing/test_integration.py [new file with mode: 0644]
testing/test_main.py [new file with mode: 0644]
testing/test_mercurial.py [new file with mode: 0644]
testing/test_regressions.py [new file with mode: 0644]
testing/test_setuptools_support.py [new file with mode: 0644]
testing/test_version.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]