Skip to content

Commit

Permalink
fix src
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Nov 22, 2023
1 parent b081394 commit e24a81a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exts_list = [
(name, version, {
'modulename': 'pytorch3dunet',
'source_urls': [GITHUB_SOURCE],
'sources': '%(version)s.tar.gz',
'sources': ['%(version)s.tar.gz'],
'checksums': ['5323eb8a31ad95c17a3e3d83e3de08b0d3cdd0841b28687aa41039355706b659'],
}),
]
Expand Down

0 comments on commit e24a81a

Please sign in to comment.