diff --git a/.coverage b/.coverage index 81a645d2..7e67345e 100644 Binary files a/.coverage and b/.coverage differ diff --git a/.gitignore b/.gitignore index d95f090c..b724ec5a 100755 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ docker/mopidy.conf docker/data/ docker-compose.yml /.tox/ +/tests/__pycache__/ diff --git a/MANIFEST.in b/MANIFEST.in index d1058ff4..07a027df 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,12 @@ +recursive-include mopidy_iris/static * +recursive-include mopidy_iris *.py +recursive-include docs * +recursive-include tests *.py +recursive-include tests *.js include mopidy_iris/ext.conf include mopidy_iris/system.sh include IRIS_VERSION -recursive-include mopidy_iris/static * -recursive-include mopidy_iris *.py \ No newline at end of file +include Dockerfile +include pyproject.toml +include screenshot.jpg +include tox.ini \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 9cfe14d3..a5a540f4 100755 --- a/setup.cfg +++ b/setup.cfg @@ -114,6 +114,18 @@ ignore = .vscode .vscode/* .dockerignore + VERSION + .coverage + .eslintrc.json + _config.yml + babel.config.js + docker-compose.example.yml + index.html + package-lock.json + package.json + webpack.config.js + tests/__pycache__ + tests/__pycache__/* [tool:pytest] norecursedirs =