diff --git a/.gitignore b/.gitignore index e42cf1d3..b445954d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ __pycache__/ dist/ -forest_analysis.egg-info/ +beiwe_forest.egg-info/ .vagrant/ .venv/ diff --git a/docs/source/development.md b/docs/source/development.md index dac1fea1..20458106 100644 --- a/docs/source/development.md +++ b/docs/source/development.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d8d3841a..4355d652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}, @@ -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", ]