-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (30 loc) · 832 Bytes
/
setup.cfg
File metadata and controls
33 lines (30 loc) · 832 Bytes
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
[metadata]
name = simple-storage
version = 0.0.6
author = Merixstudio
author_email = code@merixstudio.com
description = File storage made easy
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/merixstudio/simple-storage
project_urls =
Bug Tracker = https://github.com/merixstudio/simple-storage/issues
classifiers =
Development Status :: 1 - Planning
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
package_dir =
= storages
packages = find:
python_requires = >=3.6
[options.extras_require]
boto3 =
boto3 >= 1.4.4
googlecloud =
google-cloud-storage >= 1.43.0
[options.packages.find]
where = storage