From 43684c8663628d23430e00fb527dc3b9f80e63f8 Mon Sep 17 00:00:00 2001 From: Renato Fabbri Date: Fri, 14 Jun 2024 09:51:52 +0200 Subject: [PATCH] correcting pyproject --- pyproject.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7efd915..4fbaf3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,22 +1,24 @@ [project] name = 'music' -version = '0.7b3' -authors = [{ name = 'Renato Fabbri', email = 'renato.fabbri@gmail.com' }] -description = 'music is a python package for making music and sounds, based on the MASS framework' +version = '1.0.0-b5' +authors = [ + { name = 'Renato Fabbri', email = 'renato.fabbri@gmail.com' }, + { name = 'Jacopo Donati', email = 'jacopo.donati@gmail.com' } +] +description = 'Extreme-fidelity synthesis of musical elements, based on the MASS framework' license = { file = "LICENSE" } readme = 'README.md' -requires-python = '>=3.12' +requires-python = '>=3.0' dependencies = [ 'colorama >= 0.4.6', 'matplotlib >= 3.7.1', 'numpy >= 1.26.4', 'scipy >= 1.12.0', - 'symp >= 1.12', + 'sympy >= 1.12', 'termcolor >= 2.4.0', ] classifiers = [ 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Development Status :: 5 - Production/Stable', @@ -70,6 +72,3 @@ Issues = 'https://github.com/ttm/music/issues' [build-system] requires = ['setuptools>=61.0'] build-backend = 'setuptools.build_meta' - -[tool.setuptools] -packages = ['music'] \ No newline at end of file