Skip to content

Commit 61ec958

Browse files
author
Éric Araujo
committed
fix plugin config
1 parent 749fbc9 commit 61ec958

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-ckeditor-5-caravan"
7+
dynamic = ["version"]
78
description = "CKEditor 5 for Django."
89
keywords = ["CKEditor", "CKEditor5", "Django"]
910
license = {text = "BSD-3-Clause"}
@@ -69,6 +70,8 @@ dev = [
6970
[tool.setuptools]
7071
packages = ["django_ckeditor_5"]
7172

73+
[tool.setuptools_scm]
74+
7275
[tool.black]
7376
exclude = '''
7477
(

0 commit comments

Comments
 (0)