Skip to content

Commit 936d976

Browse files
committed
pyproject.toml
1 parent 5d10675 commit 936d976

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pyproject.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,28 @@
22
name = "django-editorjs"
33
version = "0.1.0"
44
description = "Django plugin for using Editor.js"
5-
authors = ["Ilya Kotlyakov <m@2ik>"]
5+
authors = ["Ilya Kotlyakov <m@2ik.ru>"]
6+
license = "MIT"
67
repository = "https://github.com/2ik/django-editorjs"
78
documentation = "https://github.com/2ik/django-editorjs"
89
readme = "README.md"
10+
keywords = ["editorjs", "django-editor", "django-wysiwyg", "wysiwyg", "django-admin"]
11+
12+
classifiers = [
13+
"Framework :: Django",
14+
"Framework :: Django :: 3.0",
15+
"Framework :: Django :: 3.1",
16+
"Programming Language :: Python :: 3 :: Only",
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.6",
19+
"Programming Language :: Python :: 3.7",
20+
"Programming Language :: Python :: 3.8",
21+
"Programming Language :: Python :: 3.9",
22+
]
23+
24+
include = [
25+
"LICENSE",
26+
]
927

1028
[tool.poetry.dependencies]
1129
python = "^3.6"

0 commit comments

Comments
 (0)