Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = ["python-setuptools"]
|
||||
runtime = ["python"]
|
||||
|
||||
[package]
|
||||
description = "Implementation of lex and yacc parsing tools"
|
||||
homepage = "https://www.dabeaz.com/ply/"
|
||||
license = "BSD-3-Clause"
|
||||
name = "python-ply"
|
||||
version = "3.11"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/dabeaz/ply.git#$version"
|
||||
Reference in New Issue
Block a user