From fcb251d7ab9331d030c4fca67b7d47d816992665 Mon Sep 17 00:00:00 2001 From: Dariush Wahdany Date: Wed, 13 Dec 2023 15:11:16 +0000 Subject: [PATCH] build: package name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e702d8b..e7beada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "learning_ff" +name = "dp_learning_ff" version = "0.0.1" dependencies = [ "numpy",