-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (31 loc) · 1.2 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tool.poetry]
name = "django-editorjs2"
version = "0.3.7"
description = "A Django app that seamlessly integrates EditorJS, a powerful block-styled editor with a clean, intuitive interface."
authors = ["Suraj Singh Bisht <surajsinghbisht054@gmail.com>"]
license = "MIT"
readme = "README.md"
# Metadata for discoverability
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Python Modules"
]
# Homepage and repository links
homepage = "https://github.com/surajsinghbisht054/django_editorjs2"
repository = "https://github.com/surajsinghbisht054/django_editorjs2"
documentation = "https://github.com/surajsinghbisht054/django_editorjs2/blob/main/README.md"
keywords = ["django", "editorjs2", "editorjs", "django-editorjs"]
[tool.poetry.dependencies]
nh3 = ">=0.2.15"
django = ">=4.2"
python = ">=3.8"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"