Skip to content

Commit 757ed61

Browse files
committed
add package mode
1 parent 66d6dbb commit 757ed61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Easy-to-use database using dicts"
55
readme = "README.md"
66
authors = [{ name = "Marcel Kröker", email = "[email protected]" }]
77
license = { file = "LICENSE" }
8-
requires-python = ">=3.8,<3.14"
98
classifiers=[
109
"Programming Language :: Python :: 3",
1110
"License :: OSI Approved :: MIT License",
@@ -14,6 +13,7 @@ classifiers=[
1413
"Programming Language :: Python",
1514
"Topic :: Software Development :: Libraries :: Python Modules"
1615
]
16+
requires-python = ">=3.8,<3.14"
1717
dependencies = [
1818
"orjson ~= 3.8.7"
1919
]
@@ -27,6 +27,10 @@ dev = [
2727

2828
[tool.setuptools]
2929
packages = ["dictdatabase"]
30+
license-files = []
31+
32+
[tool.uv]
33+
package = true
3034

3135

3236
[tool.ruff]

0 commit comments

Comments
 (0)