summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml11
1 files changed, 1 insertions, 10 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b2f5a49..63c07ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ authors = [
{name="dusoleil",email="howcansocksbereal@gmail.com"},
{name="Malfurious",email="m@lfurio.us"},
]
-dynamic = ["version"]
+version = "0.4.0"
[project.urls]
"Homepage" = "https://github.com/dusoleil/sploit"
@@ -20,12 +20,3 @@ nsploit = "nsploit.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
-
-[tool.hatch.version]
-source = "code"
-path = "nsploit/__init__.py"
-search-paths = ["."]
-expression = "__version__"
-
-[tool.hatch.build.hooks.custom]
-path = "hooks/bake_version.py"