MANIFEST.in
README.md
setup.py
src/nr.shore.egg-info/PKG-INFO
src/nr.shore.egg-info/SOURCES.txt
src/nr.shore.egg-info/dependency_links.txt
src/nr.shore.egg-info/entry_points.txt
src/nr.shore.egg-info/requires.txt
src/nr.shore.egg-info/top_level.txt
src/shore/__init__.py
src/shore/__main__.py
src/shore/mapper.py
src/shore/model.py
src/shore/core/__init__.py
src/shore/core/plugins.py
src/shore/plugins/__init__.py
src/shore/plugins/_util.py
src/shore/plugins/core.py
src/shore/plugins/dev_install.py
src/shore/plugins/pypi.py
src/shore/plugins/requirements_file.py
src/shore/plugins/setuptools.py
src/shore/templates/dev_install/dev-install
src/shore/templates/monorepo/README.md
src/shore/templates/monorepo/monorepo.yaml
src/shore/templates/package/README.md
src/shore/templates/package/package.yaml
src/shore/templates/package/src/{{name}}/__init__.py
src/shore/util/__init__.py
src/shore/util/ast.py
src/shore/util/classifiers.py
src/shore/util/git.py
src/shore/util/license.py
src/shore/util/resources.py
src/shore/util/text.py
src/shore/util/version.py