Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain-Rama committed Dec 4, 2023
1 parent e519fc3 commit 445a0e4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 445a0e4

Please sign in to comment.