Skip to content

Commit

Permalink
Fixed pyproject and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzeynalli committed Sep 27, 2024
1 parent 6476dff commit 03d2733
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 34 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
</a>
</p>

# Integrify
---

**Dokumentasiya**: [https://integrify.mmzeynalli.dev](https://integrify.mmzeynalli.dev)

Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır.
**Kod**: [https://github.com/mmzeynalli/integrify](https://github.com/mmzeynalli/integrify)

---

## Əsas özəlliklər

Expand All @@ -23,12 +27,6 @@ Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır.

---

**Dokumentasiya**: [https://integrify.mmzeynalli.dev](https://integrify.mmzeynalli.dev)

**Kod**: [https://github.com/mmzeynalli/integrify](https://github.com/mmzeynalli/integrify)

---

## Kitabxananın yüklənməsi

<div class="termy">
Expand Down
14 changes: 6 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
</a>
</p>

# Integrify
---

**Dokumentasiya**: [https://integrify.mmzeynalli.dev](https://integrify.mmzeynalli.dev)

Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır.
**Kod**: [https://github.com/mmzeynalli/integrify](https://github.com/mmzeynalli/integrify)

---

## Əsas özəlliklər

Expand All @@ -23,12 +27,6 @@ Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır.

---

**Dokumentasiya**: [https://integrify.mmzeynalli.dev](https://integrify.mmzeynalli.dev)

**Kod**: [https://github.com/mmzeynalli/integrify](https://github.com/mmzeynalli/integrify)

---

## Kitabxananın yüklənməsi

<div class="termy">
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: integrify
site_name: Integrify
site_description: Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır.
site_url: https://integrify.mmzeynalli.dev

Expand Down Expand Up @@ -54,7 +54,6 @@ plugins:
options:
show_root_heading: true
show_source: false
show_root_heading: true
show_if_no_docstring: true
inherited_members: true
members_order: source
Expand Down
53 changes: 37 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "integrify"
version = "1.0.1"
version = "1.0.2"
description = "Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır."
authors = ["mmzeynalli <[email protected]>", "vahidzhe <[email protected]>"]
license = "GPL-3.0-or-later"
authors = [
"mmzeynalli <[email protected]>",
"vahidzhe <[email protected]>"
]
readme = "README.md"

[project.urls]
Homepage = "https://github.com/mmzeynalli/integrify"
Documentation = "https://integrify.mmzeynalli.dev/"
Repository = "https://github.com/mmzeynalli/integrify"
Issues = "https://github.com/mmzeynalli/integrify/issues"
homepage = "https://github.com/mmzeynalli/integrify"
repository = "https://github.com/mmzeynalli/integrify"
documentation = "https://integrify.mmzeynalli.dev/"
classifiers = [
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development",
"Typing :: Typed",
"Environment :: Web Environment",
"Framework :: AsyncIO",
"Framework :: Pydantic",
"Intended Audience :: Developers",
"License :: OSI Approved :: GPL3 License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP",
]

[tool.poetry.dependencies]
python = "^3.9"
Expand All @@ -26,15 +55,10 @@ ptpython = "^3.0.29"
mkdocs-material = "^9.5.36"
mkdocstrings = {extras = ["python"], version = "^0.26.1"}


[tool.poetry.group.mypy.dependencies]
types-requests = "^2.32.0.20240712"

[tool.ruff]
target-version = "py311"
line-length = 100


[tool.ruff.lint]
select = [
# Pyflakes
Expand All @@ -53,6 +77,3 @@ quote-style = "single"
[tool.ruff.lint.flake8-quotes]
docstring-quotes = "double"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 03d2733

Please sign in to comment.