Skip to content

Commit

Permalink
Fix path for grammar files in MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
flacerdk authored and davidhalter committed Apr 5, 2017
1 parent eb37f82 commit aa2dfa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include conftest.py
include pytest.ini
include tox.ini
include jedi/evaluate/compiled/fake/*.pym
include jedi/parser/grammar*.txt
include jedi/parser/python/grammar*.txt
recursive-include test *
recursive-include docs *
recursive-exclude * *.pyc
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
description='An autocompletion tool for Python that can be used for text editors.',
author=__AUTHOR__,
author_email=__AUTHOR_EMAIL__,
include_package_data=True,
maintainer=__AUTHOR__,
maintainer_email=__AUTHOR_EMAIL__,
url='https://github.com/davidhalter/jedi',
Expand Down

2 comments on commit aa2dfa9

@blueyed
Copy link
Contributor

@blueyed blueyed commented on aa2dfa9 Apr 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidhalter
Can you create a tag for 0.10.2, please (possibly on this commit)
0.10.1 seems to be missing, too.

@davidhalter
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh thanks. I forgot. I have also changed my script so this happens automatically when deploying.

Please sign in to comment.