Update README.md

This commit is contained in:
Lerking
2025-02-24 07:19:01 +00:00
parent 4e51fd06f0
commit b4ad8fee0c

View File

@@ -5,7 +5,7 @@ A very basic python 3 extension system based on the K.I.S.S principle.
I was in need of a new plugin system, which should meet these requirements:
- Simple to use
- Work well with Python 3.12
- Maintainable - Don't expect to see new releases every month. __If it ain't brooken, don't fix it!!!__
- Maintainable - Don't expect to see new releases every month. __If it ain't broken, don't fix it!!!__
I previously used yapsy, but it doesn't meet the requirements anymore.
:x: No longer simple, and simple to use (Simplicity in use has been sacrificed for more complexity. It has become bloated)