AUTHORS.rst
LICENSE-APACHE
LICENSE-MIT
MANIFEST.in
README.rst
setup.cfg
setup.py
hatch/__init__.py
hatch/__main__.py
hatch/build.py
hatch/clean.py
hatch/cli.py
hatch/conda.py
hatch/config.py
hatch/create.py
hatch/env.py
hatch/exceptions.py
hatch/grow.py
hatch/project.py
hatch/settings.py
hatch/shells.py
hatch/structures.py
hatch/utils.py
hatch/venv.py
hatch.egg-info/PKG-INFO
hatch.egg-info/SOURCES.txt
hatch.egg-info/dependency_links.txt
hatch.egg-info/entry_points.txt
hatch.egg-info/requires.txt
hatch.egg-info/top_level.txt
hatch/commands/__init__.py
hatch/commands/build.py
hatch/commands/clean.py
hatch/commands/conda.py
hatch/commands/config.py
hatch/commands/env.py
hatch/commands/grow.py
hatch/commands/init.py
hatch/commands/install.py
hatch/commands/new.py
hatch/commands/pypath.py
hatch/commands/python.py
hatch/commands/release.py
hatch/commands/shed.py
hatch/commands/shell.py
hatch/commands/test.py
hatch/commands/uninstall.py
hatch/commands/update.py
hatch/commands/utils.py
hatch/files/__init__.py
hatch/files/pyproject.py
hatch/files/setup.py
hatch/files/ci/__init__.py
hatch/files/ci/tox.py
hatch/files/ci/travis.py
hatch/files/coverage/__init__.py
hatch/files/coverage/codecov.py
hatch/files/coverage/coveragerc.py
hatch/files/ignore/__init__.py
hatch/files/ignore/git.py
hatch/files/licenses/__init__.py
hatch/files/licenses/apache2.py
hatch/files/licenses/cc0.py
hatch/files/licenses/mit.py
hatch/files/licenses/mpl.py
hatch/files/readme/__init__.py
hatch/files/readme/markdown.py
hatch/files/readme/restructuredtext.py
hatch/files/vc/__init__.py
hatch/files/vc/git.py