Init
This commit is contained in:
commit
07dd59f45f
15 changed files with 927 additions and 0 deletions
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[project]
|
||||
name = "djangocms-text-plugin-bug"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "Alexandre Norman",email = "norman@xael.org"}
|
||||
]
|
||||
license = {text = "GPLv3"}
|
||||
readme = "README.md"
|
||||
requires-python = "^3.12"
|
||||
dependencies = [
|
||||
"django-cms (>=5.0.1,<6.0.0)",
|
||||
"djangocms-text (>=0.8.5,<0.9.0)"
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue