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 66d6dbb commit 757ed61Copy full SHA for 757ed61
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
@@ -27,6 +27,10 @@ dev = [
27
28
[tool.setuptools]
29
packages = ["dictdatabase"]
30
+license-files = []
31
+
32
+[tool.uv]
33
+package = true
34
35
36
[tool.ruff]
0 commit comments