Compare commits
	
		
			3 Commits
		
	
	
		
			1.5
			...
			539a85a5d5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					539a85a5d5 | ||
| 
						 | 
					069f6d7766 | ||
| 
						 | 
					33d4f5afc0 | 
							
								
								
									
										12
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.rst
									
									
									
									
									
								
							@@ -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 =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user