Skip to content

Commit

Permalink
Tidy up MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Dec 28, 2021
1 parent 71b39cd commit 9417886
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
global-exclude *.py[cod]
prune tests
prune __pycache__
prune requirements
include HISTORY.rst
include LICENSE
include README.rst
include src/flake8_comprehensions/py.typed
prune tests
exclude .editorconfig
exclude .pre-commit-config.yaml
include pyproject.toml
exclude tox.ini
include HISTORY.rst
include LICENSE
include pyproject.toml
include README.rst
include src/*/py.typed

0 comments on commit 9417886

Please sign in to comment.