File tree Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=42 .2" ]
2+ requires = [" setuptools>=61 .2" ]
33build-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.
You can’t perform that action at this time.
0 commit comments