Minor bugfix

This commit is contained in:
2024-04-02 11:40:26 +02:00
parent 6fc0d01189
commit 140c6e4678
2 changed files with 21 additions and 7 deletions

View File

@@ -33,4 +33,14 @@ setup(
license="MIT",
python_requires=">=3.12",
install_requires=requirements,
keywords=[
"creyPY",
"Python",
"FastAPI",
"shortcuts",
"snippets",
"utils",
"personal library",
],
platforms="any",
)