mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-21 19:32:06 +08:00
Fix path for grammar files in MANIFEST
This commit is contained in:
committed by
Dave Halter
parent
eb37f82411
commit
aa2dfa9446
1
setup.py
1
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user