From 2fd732701a3c5332a5df9a8d83d8464466415aeb 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..3a3ab81 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,41 @@ +[tool.poetry] +name = "music_sampler" +version = "1.3.1" +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