Skip to content

Commit

Permalink
build: enable direct ref to get readalongs from github
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Dec 5, 2024
1 parent 763cb03 commit a6840bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ Changelog = "https://github.com/EveryVoiceTTS/EveryVoice/releases"
path = "everyvoice/_version.py"
# pattern = "VERSION = 'b(?P<version>[^']+)'"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.sdist]
include = ["/everyvoice"]
exclude = [
Expand Down

0 comments on commit a6840bb

Please sign in to comment.