-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes rmakers from namespaced package to vanilla package
- Loading branch information
1 parent
39f555f
commit 23fc01a
Showing
13 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "abjad-ext-rmakers" | ||
name = "rmakers" | ||
version = "3.21" | ||
description = "rmakers extends Abjad with tools for rhythm construction." | ||
authors = [ { name = "Trevor Bača", email = "[email protected]" } ] | ||
|
@@ -23,13 +23,11 @@ dependencies = [ | |
] | ||
|
||
[project.urls] | ||
Homepage = "http://abjad.github.io" | ||
Homepage = "http://rmakers.github.io" | ||
|
||
[tool.setuptools] | ||
package-dir = { "" = "source" } | ||
|
||
[tool.setuptools.packages.find] | ||
where = ["source"] | ||
|
||
[tool.setuptools.package-data] | ||
"abjadext" = ["**/*"] | ||
include = ["rmakers*"] |
This file was deleted.
Oops, something went wrong.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import abjad | ||
import pytest | ||
from abjadext import rmakers | ||
import rmakers | ||
|
||
|
||
def test_exceptions_01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import abjad | ||
from abjadext import rmakers | ||
import rmakers | ||
|
||
|
||
def test_tags_01(): | ||
|