We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f7cba commit 0a535e3Copy full SHA for 0a535e3
pyproject.toml
@@ -5,7 +5,6 @@ description = "Easy-to-use database using dicts"
5
readme = "README.md"
6
authors = [{ name = "Marcel Kröker", email = "[email protected]" }]
7
license = { file = "LICENSE" }
8
-requires-python = ">=3.8,<3.14"
9
classifiers=[
10
"Programming Language :: Python :: 3",
11
"License :: OSI Approved :: MIT License",
@@ -14,6 +13,7 @@ classifiers=[
14
13
"Programming Language :: Python",
15
"Topic :: Software Development :: Libraries :: Python Modules"
16
]
+requires-python = ">=3.8,<3.14"
17
dependencies = [
18
"orjson ~= 3.8.7"
19
@@ -28,6 +28,10 @@ dev = [
28
29
[tool.setuptools]
30
packages = ["dictdatabase"]
31
+license-files = []
32
+
33
+[tool.uv]
34
+package = true
35
36
37
[tool.ruff]
0 commit comments