-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpyproject.toml
33 lines (28 loc) · 1.01 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
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]
module="aiohttp_remotes"
dist-name="aiohttp-remotes"
author="Andrew Svetlov"
author-email="[email protected]"
home-page="https://github.com/aio-libs/aiohttp-remotes"
requires=["aiohttp >= 3.8.1", "typing-extensions >= 3.7.4"]
requires-python=">=3.9"
description-file="README.rst"
classifiers=["License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
"Development Status :: 5 - Production/Stable",
"Framework :: AsyncIO",
"Framework :: aiohttp",
]
[tool.flit.metadata.urls]
Documentation = "https://aiohttp-remotes.readthedocs.io"
[tool.towncrier]
package = "aiohttp_remotes"
filename = "CHANGES.rst"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
issue_format = "`#{issue} <https://github.com/aio-libs/aiohttp-remotes/issues/{issue}>`_"