From 83c1f923ff26a5c0d7fa8a4c0f88597d591564a5 Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Wed, 20 Nov 2024 17:29:36 -0500 Subject: [PATCH] Rename package to forest-analysis --- .gitignore | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9096743e..19f635db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ __pycache__/ dist/ +/forest_analysis.egg-info .vagrant/ .venv/ @@ -9,9 +10,6 @@ dist/ .idea .vscode -# for installing Forest in editable mode when developing -/forest.egg-info/ - #We don't want to add data to github /tutorials/data/ /tutorials/comm_output/ diff --git a/pyproject.toml b/pyproject.toml index d974fa15..1ffb0a2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=74", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "forest" +name = "forest-analysis" version = "0.1.1" description = "--add description here--" readme = "README.md"