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 b86e64e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion everyvoice/model/feature_prediction/FastSpeech2_lightning
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 b86e64e

Please sign in to comment.