Skip to content

Commit

Permalink
[chore] fix misfilled empty pymodules
Browse files Browse the repository at this point in the history
  • Loading branch information
gudgud96 committed Mar 25, 2024
1 parent ab3f317 commit eb610fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "frechet_audio_distance"
version = "0.3.0"
version = "0.3.1"
authors = [
{ name="Hao Hao Tan", email="helloharry66@gmail.com" },
]
Expand Down Expand Up @@ -35,4 +35,4 @@ dependencies = [
"Homepage" = "https://github.com/gudgud96/frechet-audio-distance"

[tool.setuptools]
py-modules = []
packages = ["frechet_audio_distance"]

0 comments on commit eb610fc

Please sign in to comment.