Skip to content

Commit

Permalink
Another try with MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed May 19, 2019
1 parent 7583d29 commit b5016d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ include tox.ini
include requirements.txt
include jedi/parser/python/grammar*.txt
recursive-include jedi/third_party *.pyi
recursive-include jedi/third_party/typeshed/LICENSE
recursive-include jedi/third_party/typeshed/README
include jedi/third_party/typeshed/LICENSE
include jedi/third_party/typeshed/README
recursive-include test *
recursive-include docs *
recursive-exclude * *.pyc

0 comments on commit b5016d6

Please sign in to comment.