Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0ts committed Jan 22, 2025
1 parent 339ccea commit 61ccaf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "safeguards"
version = "0.0.3"
version = "0.0.5"
description = ""
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -69,6 +69,8 @@ test = [

[tool.setuptools]
packages = ["safeguards"]
package-dir = {"" = "."}
package-data = {"safeguards" = ["**/*"]}

[tool.pytest.ini_options]
pythonpath = "."
Expand Down

0 comments on commit 61ccaf3

Please sign in to comment.