Compare commits

..

3 Commits
1.5 ... master

Author SHA1 Message Date
David Beazley
539a85a5d5
Merge pull request from shadchin/patch-1
Fix license classifier
2024-06-05 09:15:25 -05:00
Alexander Shadchin
069f6d7766
Fix license classifier 2024-06-05 13:04:43 +03:00
David Beazley
33d4f5afc0 Clarification on retirement 2023-02-14 10:43:21 -06:00
2 changed files with 9 additions and 7 deletions

@ -35,11 +35,13 @@ parsing and compiling various programming languages.
Important Notice : October 11, 2022 Important Notice : October 11, 2022
----------------------------------- -----------------------------------
I'm officially retiring the SLY project. There will be no further The SLY project is no longer making package-installable releases.
releases. Should you choose to still use it, the GitHub repo will It's fully functional, but if choose to use it, you should
remain alive--feel free to vendor the code and report bugs as you see vendor the code into your application. SLY has zero-dependencies.
fit. I'd like to thank everyone who contributed to the Although I am semi-retiring the project, I will respond to
project. -- Dave bug reports and still may decide to make future changes to it
depending on my mood. I'd like to thank everyone who
has contributed to it over the years. --Dave
Requirements Requirements
------------ ------------

@ -6,10 +6,10 @@ author = David Beazley
author_email = "David Beazley" <dave@dabeaz.com> author_email = "David Beazley" <dave@dabeaz.com>
description = "SLY - Sly Lex Yacc" description = "SLY - Sly Lex Yacc"
long_description = "SLY is an implementation of lex and yacc. No longer maintained on PyPI. Latest version on GitHub." long_description = "SLY is an implementation of lex and yacc. No longer maintained on PyPI. Latest version on GitHub."
license = MIT license = BSD-3-Clause
license_files = LICENSE license_files = LICENSE
classifiers = classifiers =
License :: OSI Approved :: MIT License License :: OSI Approved :: BSD License
[options] [options]
package_dir = package_dir =