-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (45 loc) · 1.35 KB
/
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
47
48
[metadata]
name = asyncpg-lostream
# Changing the version here will change the value in the module version
# if you use the Makefile to build the artifacts.
version = 0.1.2
author = Red Hat, Inc.
author_email = [email protected]
maintainer = HAP
maintainer_email = [email protected]
url = https://github.com/Red-HAP/asyncpg-lostream
project_urls =
issues=https://github.com/Red-HAP/asyncpg-lostream/issues
wiki=https://github.com/Red-HAP/asyncpg-lostream/wiki
license = Apache-2.0
license_files =
LICENSE
description = CRUD on PostgreSQL large objects using async drivers and asyncio. Data are read and written in chunks.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
asyncio
asyncpg
SQLAlchemy
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Database
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
include_package_data = True
packages = find:
package_dir =
=src
python_requires = >=3.9
install_requires =
sqlalchemy[asyncio] >= 1.4
asyncpg
[options.packages.find]
where = src