-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 849 Bytes
/
pyproject.toml
File metadata and controls
25 lines (23 loc) · 849 Bytes
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
[project]
name = "integrify-docs"
version = "1.0.0"
description = "Integrify üçün dokumentasiya repositoriyası."
authors = [{ name = "mmzeynalli", email = "miradil.zeynalli@gmail.com" }]
requires-python = ">=3.12,<4.0"
readme = "README.md"
license = "GPL-3.0-or-later"
dependencies = [
"pydantic>=2.11.7",
"mkdocs-material[imaging]>=9.6.4,<10",
"mkdocstrings[python]>=0.28.1,<1.0.0",
"mkdocs-panzoom-plugin>=0.1.3,<0.2",
"griffe-pydantic>=1.1.0,<2",
]
[project.urls]
Homepage = "https://integrify.mmzeynalli.dev/"
Repository = "https://github.com/Integrify-SDK/integrify-docs-python"
Documentation = "https://integrify.mmzeynalli.dev/"
[project.entry-points."mkdocs.plugins"]
generate_nav = "plugin:IntegrationsNavPlugin"
multilang = "plugin:MultiLangPlugin"
translation_placeholder = "plugin:TranslationPlaceholderPlugin"