Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: 'choreographer'
src: 'src'
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
requires = ["setuptools>=65.0.0", "wheel", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages]
find = {namespaces = true}
[tool.setuptools]

[tool.setuptools.packages.find]
where = ["src"]
namespaces = false

[tool.setuptools-git-versioning]
enabled = true
Expand Down Expand Up @@ -69,7 +72,7 @@ dev = [
#logistro = { path = "../logistro", editable = true }

[tool.ruff]
src = ["choreographer"]
src = ["src"]

[tool.ruff.lint]
select = ["ALL"]
Expand Down Expand Up @@ -126,4 +129,4 @@ help = "Run any/all tests one by one with basic settings: can include filename a
[tool.pyright]
venvPath = "."
venv = ".venv"
include = ["choreographer", "tests"]
include = ["src", "tests"]
Empty file removed results/placeholder
Empty file.
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.
1 change: 1 addition & 0 deletions src/choreographer/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""A data folder only."""
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.