File tree Expand file tree Collapse file tree 3 files changed +26
-25
lines changed Expand file tree Collapse file tree 3 files changed +26
-25
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=42 .2" ]
2
+ requires = [" setuptools>=61 .2" ]
3
3
build-backend = " setuptools.build_meta"
4
+
5
+ [project ]
6
+ name = " antlr4-python3-runtime"
7
+ version = " 4.12.0"
8
+ authors = [{
name =
" Eric Vergnaud" ,
email =
" [email protected] " }, {
name =
" Terence Parr" }, {
name =
" Sam Harwell" }]
9
+ license = {text = " BSD" }
10
+ description = " ANTLR 4.12.0 runtime for Python 3"
11
+ urls = {Homepage = " http://www.antlr.org" }
12
+ dependencies = [" typing ; python_version<'3.5'" ]
13
+
14
+ [project .scripts ]
15
+ pygrun = " antlr4._pygrun:main"
16
+
17
+ [tool .setuptools ]
18
+ package-dir = {"" = " src" }
19
+ packages = [
20
+ " antlr4" ,
21
+ " antlr4.atn" ,
22
+ " antlr4.dfa" ,
23
+ " antlr4.tree" ,
24
+ " antlr4.error" ,
25
+ " antlr4.xpath" ,
26
+ ]
27
+ include-package-data = false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ runtime/Go/antlr/recognizer.go
10
10
runtime/Go/antlr/v4/recognizer.go
11
11
runtime/Go/antlr/v4/antlrdoc.go
12
12
runtime/Go/antlr/antlrdoc.go
13
- runtime/Python3/setup.cfg
13
+ runtime/Python3/pyproject.toml
14
14
runtime/Python3/src/antlr4/Recognizer.py
15
15
runtime/Python2/setup.py
16
16
runtime/Python2/src/antlr4/Recognizer.py
You can’t perform that action at this time.
0 commit comments