Skip to content

Commit

Permalink
Update MANIFEST.in with sdist in mind.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez authored Apr 23, 2024
1 parent 1787049 commit 8c62207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exclude docker-compose.yml
include .codecov.yml
include .coveragerc
include .docker/sample.env
include .dockerignore
include .flake8
include .isort.cfg
Expand All @@ -16,18 +16,18 @@ include bin/shell
include bin/test_docker
include codecov.yml
include conf/directory-sample.yaml
include conf/imsd-docker-compose-sample.conf
include conf/imsd-sample.conf
include COPYRIGHT.txt
include docker-compose.yml
include Dockerfile
include LICENSE.txt
include mypy.ini
include pyproject.toml
include README.rst
include requirements/requirements*.txt
include tox.ini
recursive-include conf *.conf
recursive-include docs *.py
recursive-include docs *.rst
recursive-include src *.txt
recursive-include src/ims/element/static *.zip
recursive-exclude .docker *.env

0 comments on commit 8c62207

Please sign in to comment.