From af80858e888c5f36979da88fcb1080de7b848967 Mon Sep 17 00:00:00 2001 From: David Beazley Date: Thu, 27 Oct 2022 13:44:12 -0500 Subject: Reorganization. Added makefile --- setup.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b4ba4ed --- /dev/null +++ b/setup.cfg @@ -0,0 +1,18 @@ +[metadata] +name = ply +version = 2022.10.27 +url = https://github.com/dabeaz/ply +author = David Beazley +author_email = "David Beazley" +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 -- cgit v1.2.1