mirror of https://github.com/lark-parser/lark.git
Include LICENSE, docs, examples, tests, in tar.gz.
This commit is contained in:
parent
1685f94ea3
commit
5cb209184d
|
@ -0,0 +1 @@
|
|||
include README.md LICENSE docs/* examples/*.py tests/*.py
|
|
@ -3,4 +3,4 @@ from .common import ParseError, GrammarError
|
|||
from .lark import Lark
|
||||
from .utils import inline_args
|
||||
|
||||
__version__ = "0.2.3"
|
||||
__version__ = "0.2.6"
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
[global]
|
||||
zip_safe=
|
||||
|
||||
[bdist_wheel]
|
||||
universal = 1
|
||||
|
||||
[metadata]
|
||||
description-file = README.md
|
||||
license_file = LICENSE
|
||||
|
||||
|
|
Loading…
Reference in New Issue