Fix path for grammar files in MANIFEST

This commit is contained in:
Felipe Lacerda
2017-04-05 11:23:27 +02:00
committed by Dave Halter
parent eb37f82411
commit aa2dfa9446
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ setup(name='jedi',
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',