Version 0.1.0
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user