-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
57 lines (51 loc) · 1.2 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
49
50
51
52
53
54
55
56
57
[metadata]
name = bits3
description = Upload Backintime snapshots to AWS S3.
version = 0.1
author = Christoph Hille
author-email = hille721@gmail.com
license = MIT License
long-description = file: README.rst
long-description-content-type = text/x-rst; charset=UTF-8
url = https://github.com/hille721/bits3/
project-urls =
Documentation = https://github.com/hille721/bits3/
platforms = Linux
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: POSIX :: Linux
License :: OSI Approved :: MIT License
[options]
zip_safe = False
packages = find:
include_package_data = True
package_dir =
=src
install_requires =
boto3
click
[options.packages.find]
where = src
exclude =
tests
[options.entry_points]
console_scripts =
bits3 = bits3.cli:run
[aliases]
dists = bdist_wheel
[bdist_wheel]
# Use this option if your package is pure-python
universal = 1
[flake8]
# Some sane defaults for the code style checker flake8
exclude =
.tox
build
dist
.eggs
docs/conf.py