Skip to content

Commit

Permalink
Remove rmakers extra (#1658)
Browse files Browse the repository at this point in the history
Use ...

    python -m pip install rmakers

... instead.
  • Loading branch information
trevorbaca authored Feb 19, 2025
1 parent 1883843 commit c9b6ceb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@
except ImportError:
pass

try:
from abjadext import rmakers # noqa

uqbar_book_console_setup.append("from abjadext import rmakers")
except ImportError:
pass

try:
from abjadext import microtones # noqa

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ email = "[email protected]"

[project.optional-dependencies]
nauert = ["abjad-ext-nauert>=3.21"]
rmakers = ["abjad-ext-rmakers>=3.21"]
dev = [
"black>=25.1.0",
"flake8>=7.1.1",
Expand Down

0 comments on commit c9b6ceb

Please sign in to comment.