Skip to content

Commit

Permalink
Switch to src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 13, 2024
1 parent 6a0d3c2 commit 45fb410
Show file tree
Hide file tree
Showing 53 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/
forest_analysis.egg-info/

.vagrant/
.venv/
Expand Down
2 changes: 1 addition & 1 deletion docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Information for contributors
* Change current directory to the top level of your local Forest repository
* Install Forest in editable mode along with development tools: `pip install -e ".[dev]"`
* Run code style checks: `flake8`
* Run type hint checks: `mypy -p forest`
* Run type hint checks: `mypy`
* Run test suite: `pytest`

### Documentation
Expand Down
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[mypy]
mypy_path = src
packages = forest
python_version = 3.11

[mypy-holidays]
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "forest-analysis"
version = "1.0.dev2"
version = "1.0.dev3"
description = "Forest is a library for analyzing smartphone-based high-throughput digital phenotyping data"
authors = [
{ name = "Onnela Lab", email = "[email protected]" }
Expand Down Expand Up @@ -67,8 +67,5 @@ dev = [
"types-setuptools",
]

[tool.setuptools.packages.find]
include = ["forest*"]

[tool.setuptools.package-data]
"forest.poplar.raw" = ["noncode/*.csv", "noncode/*.json"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 45fb410

Please sign in to comment.