Imported Upstream version 1.1.1 upstream upstream/1.1.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 5 Apr 2021 07:27:16 +0000 (16:27 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 5 Apr 2021 07:27:16 +0000 (16:27 +0900)
commitf7659c8a48ce2923a015585c7acb886d56a703d4
tree7cd3efd3ae6073a22d9edd0e8e1c6ad109af4474
parent8a62f4c0eef6bbf4234075e49ef8ba62775cc8ce
Imported Upstream version 1.1.1
24 files changed:
.gitignore [new file with mode: 0644]
.hgignore [new file with mode: 0644]
.landscape.yml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG [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.txt [new file with mode: 0644]
example.ini [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/iniconfig.egg-info/PKG-INFO [new file with mode: 0644]
src/iniconfig.egg-info/SOURCES.txt [new file with mode: 0644]
src/iniconfig.egg-info/dependency_links.txt [new file with mode: 0644]
src/iniconfig.egg-info/not-zip-safe [new file with mode: 0644]
src/iniconfig.egg-info/top_level.txt [new file with mode: 0644]
src/iniconfig/__init__.py [new file with mode: 0644]
src/iniconfig/__init__.pyi [new file with mode: 0644]
src/iniconfig/py.typed [new file with mode: 0644]
testing/conftest.py [new file with mode: 0644]
testing/test_iniconfig.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]