X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=pyproject.toml;fp=pyproject.toml;h=5fd4d3a64b6404b1f37a16720e065f2338838531;hb=7b4791cfb73136db35160989c08660db55c3c34e;hp=0000000000000000000000000000000000000000;hpb=b45837641542cf18e2410dcbaa7ecba1bdc3905d;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git 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"