Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Nov 28, 2021
1 parent 009c727 commit aef3c86
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
name = "aiohttp-sqlalchemy"
version = "0.33.0"
description = "SQLAlchemy 1.4 / 2.0 support for aiohttp."
license = "MIT"

authors = [
"Ruslan Ilyasovich Gilfanov <ri.gilfanov@yandex.ru>",
]
maintainers = [
"Ruslan Ilyasovich Gilfanov <ri.gilfanov@yandex.ru>",
]

readme = "README.rst"
homepage = "https://github.com/ri-gilfanov/aiohttp-sqlalchemy"
repository = "https://github.com/ri-gilfanov/aiohttp-sqlalchemy"
documentation = "https://aiohttp-sqlalchemy.readthedocs.io/"

keywords = ["aiohttp", "sqlalchemy", "asyncio"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: aiohttp",
"Framework :: AsyncIO",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand All @@ -24,12 +37,6 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
keywords = ["aiohttp", "sqlalchemy", "asyncio"]
license = "MIT License"
readme = "README.rst"

documentation = "https://aiohttp-sqlalchemy.readthedocs.io/"
repository = "https://github.com/ri-gilfanov/aiohttp-sqlalchemy"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down Expand Up @@ -68,10 +75,7 @@ profile = "wemake"
src_paths = ["aiohttp_sqlalchemy", "examples", "tests"]

[tool.mypy]
files = [
"aiohttp_sqlalchemy",
"tests",
]
files = ["aiohttp_sqlalchemy", "tests"]
plugins = "sqlalchemy.ext.mypy.plugin"

[[tool.mypy.overrides]]
Expand Down

0 comments on commit aef3c86

Please sign in to comment.