-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (36 loc) · 990 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
[metadata]
name = buckup
version = 0.1a7
description = Create S3 buckets in seconds from your command line to use on your website.
long-description = file: README.rst
maintainer = Torchbox
maintainer_email = [email protected]
author = Tomasz Knapik
author_email = [email protected]
url = https://github.com/torchbox/buckup
license = BSD 3-Clause License
classifiers =
License :: OSI Approved
License :: OSI Approved :: BSD License
Development Status :: 3 - Alpha
Environment :: Console
Topic :: Utilities
Topic :: System :: Systems Administration
Programming Language :: Python :: 3 :: Only
Intended Audience :: System Administrators
Intended Audience :: Developers
Operating System :: OS Independent
Natural Language :: English
keywords =
aws
s3
bucket
storage
cloud
[options]
packages = find:
install_requires =
boto3
python_requires = >=3.4
[isort]
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER