Version 0.1.0

This commit is contained in:
Kylian Schmidt
2025-07-31 15:27:34 +02:00
parent c2943bbe7b
commit d111c5e8ee
54 changed files with 7288 additions and 100 deletions
+25
View File
@@ -0,0 +1,25 @@
[project]
name = "plot-gallery"
version = "0.1.0"
description = "Host your plots on a personal website"
authors = [
{ name = "K. Schmidt" }
]
readme = "README.md"
requires-python = ">=3.9"
[tool.black]
line-length = 120
target-version = ['py39']
[tool.isort]
profile = "black"
line_length = 120
[tool.flake8]
max-line-length = 120
extend-ignore = ["E203", "W503"]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"