-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (35 loc) · 828 Bytes
/
setup.cfg
File metadata and controls
39 lines (35 loc) · 828 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
34
35
36
37
38
39
[metadata]
name = python-spgill-backup
version = file: VERSION
long_description = file: README.md
author = Samuel P. Gillispie II
author_email = samuel@spgill.me
url = https://github.com/spgill/python-spgill-backup
license = MIT
classifiers =
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
[options]
python_requires = >=3.8
packages = find_namespace:
install_requires =
apscheduler
click
humanize
mergedeep
pydantic
PyYAML
rich
sh >= 2.0
typer >= 0.12.3
[options.packages.find]
include = spgill.*
[options.entry_points]
console_scripts =
spgill-backup = spgill.backup.cli:app
[bdist_wheel]
universal = 0