17 lines
		
	
	
		
			387 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			387 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[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",
 | 
						|
]
 | 
						|
name = "blog"
 | 
						|
version = "0.1.0"
 | 
						|
description = "Personal blog (blog.epheme.re)"
 | 
						|
readme = "README.md"
 |