Skip to content

Commit

Permalink
Rename project to beiwe-forest
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Jan 10, 2025
1 parent 085ef0e commit ce4a7c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__pycache__/
dist/
forest_analysis.egg-info/
beiwe_forest.egg-info/

.vagrant/
.venv/
Expand Down
4 changes: 2 additions & 2 deletions docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Open `docs/_build/html/index.html` in a web browser to check the results
* TestPyPI: `twine upload --repository testpypi dist/*`
* PyPI: `twine upload dist/*`
* Install from TestPyPI to verify:
* TestPyPI: `pip install --index-url https://test.pypi.org/simple/ --no-deps forest-analysis`
* PyPI: `pip install forest-analysis`
* TestPyPI: `pip install --index-url https://test.pypi.org/simple/ --no-deps beiwe-forest`
* PyPI: `pip install beiwe-forest`

## GitHub

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "forest-analysis"
version = "1.0.dev5"
name = "beiwe-forest"
version = "1.0rc1"
description = "Forest is a library for analyzing smartphone-based high-throughput digital phenotyping data"
authors = [
{name = "Zachary Clement"},
Expand Down Expand Up @@ -48,7 +48,6 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
]

Expand Down

0 comments on commit ce4a7c3

Please sign in to comment.