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
tests/__init__.py
tests/test_env_utils.py
tests/test_files.py
tests/test_project_class.py
tests/test_setup.py
tests/test_test_utils.py
tests/test_utils.py
tests/test_venv.py
tests/utils.py
tests/commands/__init__.py
tests/commands/test_build.py
tests/commands/test_clean.py
tests/commands/test_config.py
tests/commands/test_env.py
tests/commands/test_grow.py
tests/commands/test_init.py
tests/commands/test_install.py
tests/commands/test_new.py
tests/commands/test_pypath.py
tests/commands/test_release.py
tests/commands/test_shed.py
tests/commands/test_test.py
tests/commands/test_uninstall.py
tests/commands/test_update.py
tests/files/__init__.py
tests/files/ci/__init__.py
tests/files/ci/test_tox.py
tests/files/ci/test_travis.py
tests/files/coverage/__init__.py
tests/files/coverage/test_codecov.py
tests/files/coverage/test_coveragerc.py
tests/files/ignore/__init__.py
tests/files/ignore/test_gitignore.py
tests/files/licenses/__init__.py
tests/files/licenses/test_apache2.py
tests/files/licenses/test_cc0.py
tests/files/licenses/test_mit.py
tests/files/licenses/test_mpl.py
tests/files/readme/__init__.py
tests/files/readme/test_markdown.py
tests/files/readme/test_restructuredtext.py
tests/files/vc/__init__.py
tests/files/vc/test_git.py