Skip to content

Commit

Permalink
add package mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrd committed Dec 15, 2024
1 parent 66d6dbb commit 757ed61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Easy-to-use database using dicts"
readme = "README.md"
authors = [{ name = "Marcel Kröker", email = "kroeker.marcel@gmail.com" }]
license = { file = "LICENSE" }
requires-python = ">=3.8,<3.14"
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -14,6 +13,7 @@ classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"
]
requires-python = ">=3.8,<3.14"
dependencies = [
"orjson ~= 3.8.7"
]
Expand All @@ -27,6 +27,10 @@ dev = [

[tool.setuptools]
packages = ["dictdatabase"]
license-files = []

[tool.uv]
package = true


[tool.ruff]
Expand Down

0 comments on commit 757ed61

Please sign in to comment.