2025-01-28 21:14:31 +00:00
|
|
|
[project]
|
|
|
|
authors = [
|
|
|
|
{name = "Fabrice Mouhartem", email = "chouhartem@epheme.re"},
|
|
|
|
]
|
|
|
|
license = {text = "CC-by-SA"}
|
|
|
|
requires-python = "<4.0,>=3.12"
|
|
|
|
dependencies = [
|
|
|
|
"pelican<5.0.0,>=4.10.1",
|
|
|
|
"markdown<4.0,>=3.7",
|
|
|
|
"invoke<3.0.0,>=2.2.0",
|
|
|
|
"livereload<3.0.0,>=2.7.0",
|
|
|
|
]
|
2024-10-19 11:28:32 +00:00
|
|
|
name = "blog"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Personal blog (blog.epheme.re)"
|
|
|
|
readme = "README.md"
|