Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Avoid error from folder name (when building in case sensitive system...)
  • Loading branch information
micedre authored Jan 8, 2025
1 parent 81c8fdf commit 49ab0f8
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 @@ -9,7 +9,6 @@ authors = [
]
readme = "README.md"
repository = "https://github.com/InseeFrLab/torch-fastText"
packages = [{include = "torchFastText"}]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -37,11 +36,12 @@ line-length = 100

[tool.poetry]
version = "0.0.1-dev" # base version
packages = [{include = "torchFastText"}]

[tool.poetry.requires-plugins]
poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] }

[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
style = "semver"
style = "semver"

0 comments on commit 49ab0f8

Please sign in to comment.