ソースを参照

Include LICENSE, docs, examples, tests, in tar.gz.

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.5.1
Erez Shinan 7年前
コミット
5cb209184d
4個のファイルの変更8行の追加5行の削除
  1. +1
    -0
      MANIFEST.in
  2. +1
    -1
      lark/__init__.py
  3. +5
    -0
      setup.cfg
  4. +1
    -4
      setup.py

+ 1
- 0
MANIFEST.in ファイルの表示

@@ -0,0 +1 @@
include README.md LICENSE docs/* examples/*.py tests/*.py

+ 1
- 1
lark/__init__.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"

+ 5
- 0
setup.cfg ファイルの表示

@@ -1,5 +1,10 @@
[global]
zip_safe=

[bdist_wheel]
universal = 1

[metadata]
description-file = README.md
license_file = LICENSE


+ 1
- 4
setup.py ファイルの表示

@@ -11,10 +11,7 @@ setup(
requires = [],
install_requires = [],

package_data = {
'': ['*.md', '*.g'],
'docs': ['*.png'],
},
package_data = { '': ['*.md', '*.g'] },

# metadata for upload to PyPI
author = "Erez Shinan",


読み込み中…
キャンセル
保存