Skip to content

Commit c20b487

Browse files
committed
Poetry config
1 parent 2d51f5c commit c20b487

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-editorjs-fields"
3-
version = "0.1.1"
3+
version = "0.1.9"
44
description = "Django plugin for using Editor.js"
55
authors = ["Ilya Kotlyakov <[email protected]>"]
66
license = "MIT"
@@ -10,11 +10,14 @@ readme = "README.md"
1010
keywords = ["editorjs", "django-editor", "django-wysiwyg", "wysiwyg", "django-admin"]
1111

1212
classifiers = [
13+
"Operating System :: OS Independent",
14+
"Intended Audience :: Developers",
1315
"Framework :: Django",
16+
"Framework :: Django :: 2.2",
1417
"Framework :: Django :: 3.0",
1518
"Framework :: Django :: 3.1",
16-
"Programming Language :: Python :: 3 :: Only",
1719
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3 :: Only",
1821
"Programming Language :: Python :: 3.6",
1922
"Programming Language :: Python :: 3.7",
2023
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)