Skip to content

Commit

Permalink
fix pyproject license
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Jan 18, 2025
1 parent 08c77fe commit 699e45a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "csoundengine"
version = "2.14.0"
license = {file = "LICENSE.txt"}
description = "An audio synthesis framework using csound"
authors = [
{ name = "Eduardo Moguillansky", email = "[email protected]" },
]
license = "GPL-3.0-or-later"

readme = "README.rst"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 699e45a

Please sign in to comment.