Skip to content

Commit

Permalink
Add source/ (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca authored Feb 18, 2025
1 parent f60e400 commit 39f555f
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ isort-reformat:
--thirdparty=ply --thirdparty=uqbar --trailing-comma --use-parentheses .

mypy:
mypy .
mypy source

pytest:
pytest .
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ dependencies = [
[project.urls]
Homepage = "http://abjad.github.io"

[tool.setuptools]
package-dir = { "" = "source" }

[tool.setuptools.packages.find]
where = ["."]
include = ["abjadext"]
where = ["source"]

[tool.setuptools.package-data]
"abjadext" = ["**/*"]
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
addopts = --doctest-modules
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
testpaths = tests abjadext
testpaths = tests source
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 39f555f

Please sign in to comment.