19 lines
386 B
INI
19 lines
386 B
INI
[metadata]
|
|
name = sly
|
|
version = 0.5
|
|
url = https://github.com/dabeaz/sly
|
|
author = David Beazley
|
|
author_email = "David Beazley" <dave@dabeaz.com>
|
|
description = "SLY - Sly Lex Yacc"
|
|
long_description = "SLY is an implementation of lex and yacc"
|
|
license = MIT
|
|
license_files = LICENSE
|
|
classifiers =
|
|
License :: OSI Approved :: MIT License
|
|
|
|
[options]
|
|
package_dir =
|
|
=src
|
|
|
|
packages = sly
|