Compare commits

...

3 Commits
1.5 ... master

Author SHA1 Message Date
David Beazley
539a85a5d5
Merge pull request #109 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

View File

@ -35,11 +35,13 @@ parsing and compiling various programming languages.
Important Notice : October 11, 2022
-----------------------------------
I'm officially retiring the SLY project. There will be no further
releases. Should you choose to still use it, the GitHub repo will
remain alive--feel free to vendor the code and report bugs as you see
fit. I'd like to thank everyone who contributed to the
project. -- Dave
The SLY project is no longer making package-installable releases.
It's fully functional, but if choose to use it, you should
vendor the code into your application. SLY has zero-dependencies.
Although I am semi-retiring the project, I will respond to
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
------------

View File

@ -6,10 +6,10 @@ 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. No longer maintained on PyPI. Latest version on GitHub."
license = MIT
license = BSD-3-Clause
license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
License :: OSI Approved :: BSD License
[options]
package_dir =