Merge pull request #2971 from mr-c/py3runtime_test_dist

Py3 Runtime: distribute the tests
This commit is contained in:
ericvergnaud 2021-01-01 09:50:28 +08:00 committed by GitHub
commit 491cb78613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -281,5 +281,6 @@ YYYY/MM/DD, github id, Full name, email
2020/10/20, adamwojs, Adam Wójs, adam[at]wojs.pl
2020/10/24, cliid, Jiwu Jang, jiwujang@naver.com
2020/11/05, MichelHartmann, Michel Hartmann, MichelHartmann@users.noreply.github.com
2020/11/26, mr-c, Michael R. Crusoe, 1330696+mr-c@users.noreply.github.com
2020/12/01, maxence-lefebvre, Maxence Lefebvre, maxence-lefebvre@users.noreply.github.com
2020/12/03, electrum, David Phillips, david@acz.org

View File

@ -1 +1,2 @@
include *.txt
include *.txt
recursive-include test *.py *.c

View File

@ -12,5 +12,6 @@ setup(
license='BSD',
author='Eric Vergnaud, Terence Parr, Sam Harwell',
author_email='eric.vergnaud@wanadoo.fr',
scripts=["bin/pygrun"],
description='ANTLR 4.9 runtime for Python 3.7'
)