Skip to content

Commit

Permalink
Fixed setup.py.. again (Issue lark-parser#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Jun 16, 2020
1 parent 46bb1e1 commit 323ed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = "lark-parser",
version = __version__,
packages = ['lark', 'lark.parsers', 'lark.tools', 'lark.grammars', 'lark-stubs'],
packages = ['lark', 'lark.parsers', 'lark.tools', 'lark.grammars', 'lark.__pyinstaller', 'lark-stubs'],

requires = [],
install_requires = [],
Expand Down

0 comments on commit 323ed2a

Please sign in to comment.