From b453ea1854739476da941b240435c04572b084a4 Mon Sep 17 00:00:00 2001 From: David Beazley Date: Tue, 25 Oct 2022 09:29:14 -0500 Subject: [PATCH] Updated long description --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 288527a..2a1d27b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ url = https://github.com/dabeaz/sly author = David Beazley author_email = "David Beazley" description = "SLY - Sly Lex Yacc" -long_description = "SLY is an implementation of lex and yacc" +long_description = "SLY is an implementation of lex and yacc. No longer maintained on PyPI. Latest version on GitHub." license = MIT license_files = LICENSE classifiers =