From f4e22760610fe90da8a4d3e9e178321938d6ed9e Mon Sep 17 00:00:00 2001 From: lokxii <9tin9tin9@gmail.com> Date: Wed, 3 Dec 2025 18:35:56 +0800 Subject: [PATCH] Fix pyproect.toml to make it usable --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2bed0e..1e353d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "smt" +name = "smt-model" version = "0.1.0" description = "Add your description here" readme = "README.md" @@ -19,3 +19,6 @@ dependencies = [ "transformers>=4.49.0", "wandb>=0.19.7", ] + +[tool.setuptools] +packages = ['vocab', 'config', 'graphics', 'smt_model', 'data_augmentation']