Initial release

This commit is contained in:
2026-03-05 14:02:00 +01:00
parent 5e02361649
commit 2df3ed5835
5 changed files with 430 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "simple-cache"
version = "0.1.0"
description = "A simple library for caching data."
license = "Apache-2.0"