Skip to content

Commit

Permalink
Fixed bug with setuptools (#15)
Browse files Browse the repository at this point in the history
previous built did not include the folder name with '_' instead of '-'
  • Loading branch information
ancestor-mithril authored Sep 16, 2024
1 parent 06b12c2 commit 8d7adbe
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
@@ -1,6 +1,6 @@
[project]
name = "bs-scheduler"
version = "0.5.0"
version = "0.5.1"
requires-python = ">=3.9"
description = "A PyTorch Dataloader compatible batch size scheduler library."
readme = "README.md"
Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies = [
"torch>=1.1.0",
]
[tool.setuptools.packages.find]
include = ["bs-scheduler"]
include = ["bs_scheduler"]

[project.urls]
Repository = "https://github.com/ancestor-mithril/bs-scheduler"
Expand Down

0 comments on commit 8d7adbe

Please sign in to comment.