From 7b4791cfb73136db35160989c08660db55c3c34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 16 Aug 2021 22:27:12 +0200 Subject: Upgrade to latest versions --- pyproject.toml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..5fd4d3a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,41 @@ +[tool.poetry] +name = "music_sampler" +version = "1.6.0" +description = "A music player which associates each key on the keyboard to a set of actions to run" +authors = ["Ismaƫl Bouya ", "Denise Maurice =1.0.0"] +build-backend = "poetry.core.masonry.api" -- cgit v1.2.3