-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
46 lines (44 loc) · 807 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
44
45
46
[metadata]
name = mayim
version = 1.1.0
description = The NOT ORM hydrator
long_description = file: README.md
long_description_content_type = text/markdown
keywords = orm
license = MIT
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
[options]
zip_safe = False
package_dir=
=src
packages = find:
[options.extras_require]
docs =
pydoc-markdown
test =
coverage
pytest
pytest-cov
pytest-asyncio
tox
dev =
%(test)s
black
flake8
isort
mypy
postgres =
psycopg
psycopg_pool
mysql =
asyncmy
sqlite =
aiosqlite
[options.packages.find]
where=src