Skip to content

Commit

Permalink
Include dynamic inclusion of script in the build tool (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
angerhang authored Feb 19, 2024
1 parent 25cd1b2 commit 1696194
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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?
#
Expand Down

0 comments on commit 1696194

Please sign in to comment.