From 445a0e4530e083ef9736fc90a1ec45b4ae6f37d8 Mon Sep 17 00:00:00 2001 From: Sylvain <60986961+Sylvain-Deposit@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:26:49 +0000 Subject: [PATCH] update --- pyproject.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e69de29..bed337e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -0,0 +1,22 @@ +[build-system] +requires = ["setuptools>=61.0"] +build-backend = "setuptools.build_meta" + +[project] +name = "Chatoyant_Syla" +version = "0.0.1" +authors = [ + { name="Sylvain Rama", email="rama.sylvain@gmail.com" }, +] +description = "Small lib to create colormaps, lego-like." +readme = "README.md" +requires-python = ">=3.8" +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", +] + +[project.urls] +Homepage = "https://github.com/Sylvain-Deposit/Chatoyant" +Issues = "https://github.com/Sylvain-Deposit/Chatoyant/issues" \ No newline at end of file