AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
pyprojectify/__init__.py
pyprojectify/cli.py
pyprojectify/pyprojectify.py
pyprojectify/utils.py
pyprojectify.egg-info/PKG-INFO
pyprojectify.egg-info/SOURCES.txt
pyprojectify.egg-info/dependency_links.txt
pyprojectify.egg-info/entry_points.txt
pyprojectify.egg-info/not-zip-safe
pyprojectify.egg-info/requires.txt
pyprojectify.egg-info/top_level.txt
tests/__init__.py
tests/test_pyprojectify.py
tests/proj1/MANIFEST.in
tests/proj1/pyproject.toml
tests/proj1/pyproject.toml.bak
tests/proj1/setup.cfg
tests/proj1/setup.py
tests/proj1/proj1/__init__.py
tests/proj1/proj1/proj1.py
tests/proj2/MANIFEST.in
tests/proj2/setup.py
tests/proj2/proj2/__init__.py
tests/proj2/proj2/proj1.py
tests/proj3/setup.cfg
tests/proj3/setup.py
tests/proj3/proj3/__init__.py
tests/proj3/proj3/proj3.py