summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: b4ba4edbe9255a3f1ae1bb1ad5169290e0032662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[metadata]
name = ply
version = 2022.10.27
url = https://github.com/dabeaz/ply
author = David Beazley
author_email = "David Beazley" <dave@dabeaz.com>
description = "PLY - Sly Lex Yacc"
long_description = "PLY is an implementation of lex and yacc. No longer maintained on PyPI. Latest version on GitHub."
license = MIT
license_files = LICENSE
classifiers =
    License :: OSI Approved :: MIT License

[options]
package_dir =
    =src

packages = ply