Skip to content

Commit

Permalink
Py3 Runtime: distribute the tests in the sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 27, 2020
1 parent 87515f2 commit d7742bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion runtime/Python3/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include *.txt
include *.txt
recursive-include test *.py *.c
1 change: 1 addition & 0 deletions runtime/Python3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
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'
)

0 comments on commit d7742bf

Please sign in to comment.