Skip to content

Commit 619266d

Browse files
author
Éric Araujo
committed
fix plugin config
1 parent 749fbc9 commit 619266d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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"}
1011
readme = "README.rst"
1112
requires-python = ">=3.7"
12-
version = "0.2.18"
1313

1414
authors = [
1515
{"name" = "Vladislav Khoboko", "email" = "vladislah@gmail.com"},
@@ -69,6 +69,8 @@ dev = [
6969
[tool.setuptools]
7070
packages = ["django_ckeditor_5"]
7171

72+
[tool.setuptools_scm]
73+
7274
[tool.black]
7375
exclude = '''
7476
(

0 commit comments

Comments
 (0)