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 12, 2023
1 parent 3e098dc commit 4e11e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
*.pyc
*.pyo
*$py.class
*~
*.sqlite
Expand All @@ -8,6 +9,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 4e11e07

Please sign in to comment.