Skip to content

Commit

Permalink
Improve pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Nov 21, 2023
1 parent e14a0fd commit feef92f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[tool.poetry]
name = "content-manager"
version = "0.1.0"
dynamic = ["version"]
description = "Gestionnaire de contenu permettant de créer et gérer un site internet basé sur le Système de design de l'État, accessible et responsive"
authors = ["Sylvain Boissel <[email protected]>"]
authors = [
{name = "Sébastien Reuiller", email = "[email protected]"},
{name = "Sylvain Boissel", email = "[email protected]"},
]
maintainers = [
{name = "Sylvain Boissel", email = "[email protected]"}
]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit feef92f

Please sign in to comment.