diff --git a/pyproject.toml b/pyproject.toml index 1443b0ff..15b6ba14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,9 @@ requires-python = ">=3.12" readme = "README.md" license = {text = "MIT"} +[project.scripts] +project = "project:main.main" + [tool.setuptools] packages = ["project"]