.appveyor.yml
.bumpversion.cfg
.cirrus.yml
.coveragerc
.envrc
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/removesalt/__init__.py
src/removesalt/deploy.py
src/removesalt/reorg.py
src/removesalt/sign.py
src/removesalt/skeleton.py
src/removesalt/template.py
src/removesalt/wix.py
src/removesalt.egg-info/PKG-INFO
src/removesalt.egg-info/SOURCES.txt
src/removesalt.egg-info/dependency_links.txt
src/removesalt.egg-info/entry_points.txt
src/removesalt.egg-info/not-zip-safe
src/removesalt.egg-info/requires.txt
src/removesalt.egg-info/top_level.txt
src/removesalt/conf/__init__.py
src/removesalt/conf/config.yaml
src/removesalt/conf/hydra/job_logging/custom.yaml
src/removesalt/resources/changelog.yml
src/removesalt/templates/ClassicTheme.wxl
src/removesalt/templates/ClassicTheme.xml
src/removesalt/templates/bundle0.wxs
src/removesalt/templates/custom_actions.wxs
src/removesalt/templates/product.wxs
src/removesalt/templates/product1.wxs
tests/conftest.py
tests/test_skeleton.py