CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
read_version.py
setup.cfg
setup.py
tox.ini
read_version.egg-info/PKG-INFO
read_version.egg-info/SOURCES.txt
read_version.egg-info/dependency_links.txt
read_version.egg-info/entry_points.txt
read_version.egg-info/requires.txt
read_version.egg-info/top_level.txt
test/test_read_version.py
test/test_setuptools_finalizer.py
test/data/docstrings/adjstrings.py
test/data/docstrings/nodoc.py
test/data/docstrings/onestring.py
test/data/docstrings/overridden.py
test/data/docstrings/twostrings.py
test/data/invalid/expression.py
test/data/invalid/overwrite1.py
test/data/invalid/overwrite2.py
test/data/invalid/varassign1.py
test/data/invalid/varassign2.py
test/data/missing/empty.py
test/data/missing/imported.py
test/data/missing/in_block.py
test/data/missing_custom/defaultvar.py
test/data/missing_custom/empty.py
test/data/missing_custom/imported.py
test/data/missing_custom/in_block.py
test/data/projects/all-attribs/foobar.py
test/data/projects/all-attribs/pyproject.toml
test/data/projects/all-attribs/setup.py
test/data/projects/all-attribs-ep/foobar.py
test/data/projects/all-attribs-ep/pyproject.toml
test/data/projects/all-attribs-ep/setup.py
test/data/projects/all-attribs-overwrite/foobar.py
test/data/projects/all-attribs-overwrite/pyproject.toml
test/data/projects/all-attribs-overwrite/setup.py
test/data/projects/altvariable/foobar.py
test/data/projects/altvariable/pyproject.toml
test/data/projects/altvariable/setup.py
test/data/projects/badspec01/foobar.py
test/data/projects/badspec01/pyproject.toml
test/data/projects/badspec01/setup.py
test/data/projects/badspec02/foobar.py
test/data/projects/badspec02/pyproject.toml
test/data/projects/badspec02/setup.py
test/data/projects/badspec03/foobar.py
test/data/projects/badspec03/pyproject.toml
test/data/projects/badspec03/setup.py
test/data/projects/badtype/foobar.py
test/data/projects/badtype/pyproject.toml
test/data/projects/badtype/setup.py
test/data/projects/epstring/foobar.py
test/data/projects/epstring/pyproject.toml
test/data/projects/epstring/setup.py
test/data/projects/epstring-dotted/pyproject.toml
test/data/projects/epstring-dotted/setup.py
test/data/projects/epstring-dotted/foobar/__init__.py
test/data/projects/inline-table/foobar.py
test/data/projects/inline-table/pyproject.toml
test/data/projects/inline-table/setup.py
test/data/projects/list-path/pyproject.toml
test/data/projects/list-path/setup.py
test/data/projects/list-path/foobar/__init__.py
test/data/projects/missing/foobar.py
test/data/projects/missing/pyproject.toml
test/data/projects/missing/setup.py
test/data/projects/missing-default/foobar.py
test/data/projects/missing-default/pyproject.toml
test/data/projects/missing-default/setup.py
test/data/projects/no-pyproject/foobar.py
test/data/projects/no-pyproject/setup.py
test/data/projects/nopath/foobar.py
test/data/projects/nopath/pyproject.toml
test/data/projects/nopath/setup.py
test/data/projects/nottable/foobar.py
test/data/projects/nottable/pyproject.toml
test/data/projects/nottable/setup.py
test/data/projects/novariable/foobar.py
test/data/projects/novariable/pyproject.toml
test/data/projects/novariable/setup.py
test/data/projects/present-default/foobar.py
test/data/projects/present-default/pyproject.toml
test/data/projects/present-default/setup.py
test/data/projects/str-path/foobar.py
test/data/projects/str-path/pyproject.toml
test/data/projects/str-path/setup.py
test/data/projects/unkfield/foobar.py
test/data/projects/unkfield/pyproject.toml
test/data/projects/unkfield/setup.py
test/data/valid/adjacent_strs.py
test/data/valid/continued_strs.py
test/data/valid/first_chained.py
test/data/valid/invalid_other.py
test/data/valid/last_chained.py
test/data/valid/latin1.py
test/data/valid/mid_chained.py
test/data/valid/name_tuple.py
test/data/valid/overwrite.py
test/data/valid/parenth_strs.py
test/data/valid/simple.py
test/data/valid/skip_tuple_expr.py
test/data/valid/subscript_changed.py
test/data/valid/subscript_in_tuple.py
test/data/valid/tuple.py
test/data/valid/tuple_name.py
test/data/valid/tuple_repeat.py
test/data/valid/utf8.py