forked from Aiven-Open/rohmu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (43 loc) · 1.17 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
[metadata]
name = rohmu
version = attr: rohmu.version.VERSION
description = "Rohmu is a python library providing an interface to various cloud storage providers."
long_description = file: README.rst
license = Apache 2.0
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Database :: Database Engines/Servers
Topic :: Software Development :: Libraries :: Python Modules
url = https://github.com/aiven/rohmu/
platforms =
POSIX
MacOS
[options]
package_dir =
=.
packages = find:
install_requires =
azure-storage-blob >= 2.1.0
botocore
cryptography
google-api-python-client
httplib2
oauth2client
paramiko
pydantic
python-dateutil
python-snappy
requests
zstandard
[options.packages.find]
where = .
include = rohmu*