Skip to content

Commit 1afb91c

Browse files
committed
fix missing configs in whl tar.
1 parent 795722c commit 1afb91c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include ModelForge/FastAPI_server/Frontend/build *

ModelForge/MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "modelforge-finetuning"
3-
version = "0.1.9"
3+
version = "0.2.0"
44
description = "ModelForge: A no-code toolkit for fine-tuning HuggingFace models"
55
authors = [
66
{name = "R3tr0 M1ll3r", email = "[email protected]"},
@@ -40,6 +40,17 @@ modelforge = "ModelForge.cli:main"
4040
requires = ["setuptools"]
4141
build-backend = "setuptools.build_meta"
4242

43+
[tool.setuptools]
44+
include-package-data = true
45+
46+
[tool.setuptools.package-data]
47+
"ModelForge" = [
48+
"**/*.jsonl",
49+
"**/*.yaml",
50+
"**/*.yml",
51+
"**/*.json",
52+
]
53+
4354
[tool.setuptools.exclude-package-data]
4455
"*" = [
4556
"database/*",

0 commit comments

Comments
 (0)