Skip to content

Commit

Permalink
Rename package to forest-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 20, 2024
1 parent 3e3eaeb commit 83c1f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__pycache__/
dist/
/forest_analysis.egg-info

.vagrant/
.venv/
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 83c1f92

Please sign in to comment.