diff options
| author | seth <[email protected]> | 2022-08-21 23:28:11 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-21 23:35:58 -0400 |
| commit | 01d309be051f18e173eef9273ae2bf34181a85b0 (patch) | |
| tree | df816c8f6d739a10b7f2f970e62d78a5487e59f6 /pyproject.toml | |
| parent | 88ab29c4cba0c38fe299b771174370cf3cc51e06 (diff) | |
fix installation issues and refactor some more
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
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"] |
