Skip to content

Commit

Permalink
chore(manifest): remove uneeded directives
Browse files Browse the repository at this point in the history
  • Loading branch information
stegayet committed May 14, 2023
1 parent ae64a9f commit 28617e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
*.pyc
*.pyo
**/__pycache__/
*$py.class
*~
*.sqlite
Expand All @@ -8,6 +10,7 @@ settings_local.py
build/
.build/
_build/
docs/_build
.*.sw*
dist/
*.egg-info
Expand Down
10 changes: 0 additions & 10 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@ include Changelog
include FAQ
include INSTALL
include LICENSE
include MANIFEST.in
include README.rst
include README
include THANKS
include TODO
include setup.cfg
recursive-include extra *
recursive-include docs *
recursive-include kombu *.py
recursive-include t *.py
recursive-include requirements *.txt
recursive-include funtests *.py setup.cfg
recursive-include examples *.py

recursive-exclude docs/_build *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * .*.sw*

0 comments on commit 28617e8

Please sign in to comment.