Skip to content

Commit

Permalink
trying to fix setuptools issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed May 1, 2024
1 parent 8d7d81d commit 9de8853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Repository = "https://github.com/jkbhagatio/nanogpt"
dev = [
]

[tool.setuptools]
packages = "find:"
exclude = ["data*", "ddp_and_fsdp*"] # Exclude directories

[tool.setuptools.dynamic]
version = {attr = "nanogpt.version.VERSION"}

Expand Down

0 comments on commit 9de8853

Please sign in to comment.