diff --git a/pyproject.toml b/pyproject.toml index 6fb1bdd..2aaf245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ name = "asleep" # Required # # For a discussion on single-sourcing the version, see # https://packaging.python.org/guides/single-sourcing-package-version/ -version = "0.4.7" # Required +version = "0.4.8" # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: @@ -45,6 +45,9 @@ requires-python = ">=3.8" # https://packaging.python.org/en/latest/specifications/core-metadata/#license license = {file = "LICENSE.md"} +# Allow for the entry points to be dynamic and configurable +dynamic = ["scripts"] # Optional + # This field adds keywords for your project which will appear on the # project page. What does your project relate to? #