From 49ab0f80d18ee27cb374a1d9043c29d5971a2933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Couralet?= Date: Wed, 8 Jan 2025 11:50:42 +0100 Subject: [PATCH] Update pyproject.toml Avoid error from folder name (when building in case sensitive system...) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b11d14..107fabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -37,6 +36,7 @@ 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"] } @@ -44,4 +44,4 @@ poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] } [tool.poetry-dynamic-versioning] enable = true vcs = "git" -style = "semver" \ No newline at end of file +style = "semver"