summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2e79d63..f34ead3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,9 +23,8 @@ classifiers = [
"Bug Tracker" = "https://github.com/getchoo/hiccup/issues"
[project.scripts]
-hiccup = "hiccup:run"
+hiccup = "hiccup:main"
-[tool.hatch.build]
-include = [
- "hiccup.py"
-] \ No newline at end of file
+[tool.setuptools]
+package-dir = {"" = "src"}
+packages = ["hiccup"]