mirror of
https://gitea.com/Lerking/XtendR.git
synced 2026-06-29 05:00:04 +02:00
Updated. /JL
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# XtendR
|
||||
|
||||
A very basic Python >= 3.12 plugin system based on the K.I.S.S principle.
|
||||
A very basic Python 3.12 plugin system based on the K.I.S.S principle.
|
||||
|
||||
I was in need of a new plugin system, which should meet these requirements:
|
||||
:heavy_plus_sign: Simple to use
|
||||
|
||||
@@ -11,9 +11,9 @@ if __name__ == "__main__":
|
||||
description="A modular plugin system for Python.",
|
||||
url="www.gitea.com/Lerking/XtendR",
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
python_requires='>=3.12',
|
||||
python_requires='>=3.11',
|
||||
)
|
||||
Reference in New Issue
Block a user