forked from jasder/antlr
Py3 Runtime: distribute the tests in the sdist
This commit is contained in:
parent
87515f2864
commit
d7742bf13b
|
@ -279,4 +279,5 @@ YYYY/MM/DD, github id, Full name, email
|
|||
2020/10/16, adarshbhat, Adarsh Bhat, adarshbhat@users.noreply.github.com
|
||||
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/05, MichelHartmann, Michel Hartmann, MichelHartmann@users.noreply.github.com
|
||||
2020/11/26, mr-c, Michael R. Crusoe, 1330696+mr-c@users.noreply.github.com
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
include *.txt
|
||||
include *.txt
|
||||
recursive-include test *.py *.c
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue