Skip to content

Commit

Permalink
Merge pull request #31 from Abjad/trevor/abjad-3-21
Browse files Browse the repository at this point in the history
Bump Abjad from 3.20 to 3.21
  • Loading branch information
trevorbaca authored Feb 1, 2025
2 parents 4f9806a + f1060d0 commit 4167e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion abjadext/rmakers/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (3, 20)
__version_info__ = (3, 21)
__version__ = ".".join(str(x) for x in __version_info__[:3]) + "".join(
__version_info__[3:] or []
)
14 changes: 3 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ def read_version():
return local_dict["__version__"]


description = "Rhythm-makers extend Abjad with tools for the construction of rhythm."

if __name__ == "__main__":
setuptools.setup(
author="Trevor Bača",
Expand All @@ -29,18 +27,12 @@ def read_version():
"Programming Language :: Python :: 3.13",
"Topic :: Artistic Software",
],
description=description,
description="rmakers extends Abjad with tools for rhythm construction.",
include_package_data=True,
install_requires=["abjad>=3.20"],
install_requires=["abjad>=3.21"],
license="MIT",
long_description=pathlib.Path("README.md").read_text(),
keywords=", ".join(
[
"music composition",
"music notation",
"lilypond",
]
),
keywords="lilypond, music composition, music notation",
name=f"abjad-ext-{name}",
packages=["abjadext"],
platforms="Any",
Expand Down

0 comments on commit 4167e00

Please sign in to comment.