Skip to content

Commit

Permalink
Add pyproject.toml (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca authored Feb 17, 2025
1 parent 46abbde commit fe8cdd0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 42 deletions.
39 changes: 39 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "abjad-ext-nauert"
version = "3.21"
description = "Nauert extends Abjad with tools for rhythm quantization."
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.12"
keywords = ["lilypond", "music composition", "music notation"]
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Artistic Software"
]
dependencies = [
"abjad>=3.21"
]

[[project.authors]]
name = "Joséphine Wolf Oberholtzer"
email = "[email protected]"

[[project.authors]]
name = "Tsz Kiu Pang"

[project.urls]
Homepage = "http://abjad.github.io"

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

[tool.setuptools.package-data]
"abjadext" = ["**/*"]
42 changes: 0 additions & 42 deletions setup.py

This file was deleted.

0 comments on commit fe8cdd0

Please sign in to comment.