Browse Source

BUGFIX: 'python setup.py test' now works.

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.5.1
Erez Shinan 6 years ago
parent
commit
5e1b822174
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      setup.py

+ 2
- 0
setup.py View File

@@ -13,6 +13,8 @@ setup(


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


test_suite = 'tests.__main__',

# metadata for upload to PyPI # metadata for upload to PyPI
author = "Erez Shinan", author = "Erez Shinan",
author_email = "erezshin@gmail.com", author_email = "erezshin@gmail.com",


Loading…
Cancel
Save