We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749fbc9 commit 619266dCopy full SHA for 619266d
1 file changed
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "django-ckeditor-5-caravan"
7
+dynamic = ["version"]
8
description = "CKEditor 5 for Django."
9
keywords = ["CKEditor", "CKEditor5", "Django"]
10
license = {text = "BSD-3-Clause"}
11
readme = "README.rst"
12
requires-python = ">=3.7"
-version = "0.2.18"
13
14
authors = [
15
{"name" = "Vladislav Khoboko", "email" = "vladislah@gmail.com"},
@@ -69,6 +69,8 @@ dev = [
69
[tool.setuptools]
70
packages = ["django_ckeditor_5"]
71
72
+[tool.setuptools_scm]
73
+
74
[tool.black]
75
exclude = '''
76
(
0 commit comments