forked from sanic-org/sanic-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (40 loc) · 932 Bytes
/
setup.cfg
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
37
38
39
40
41
42
43
[metadata]
name = sanic-ext
version = 23.12.0
url = http://github.com/sanic-org/sanic-ext/
license = MIT
author = Sanic Community
description = Extend your Sanic installation with some core functionality.
long_description = file: README.rst
platforms = any
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
include_package_data = True
packages = find:
install_requires =
pyyaml>=3.0.0
[options.package_data]
sanic_ext =
py.typed
extensions/openapi/ui/*
[options.extras_require]
test =
sanic_testing>=22.9.0
coverage
pytest
pytest-cov
pytest-asyncio
tox
Jinja2
dev =
%(test)s
black>=21.4b2
flake8>=3.7.7
isort>=5.0.0