-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
44 lines (41 loc) · 1.22 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
[metadata]
name = seddy
url = https://github.com/EpicWink/seddy
project_urls =
Documentation = https://seddy.readthedocs.io/en/latest/
Source = https://github.com/EpicWink/seddy
Tracker = https://github.com/EpicWink/seddy/issues
author = Laurie O
author_email = [email protected]
description = Multi-workflow SWF Decider and Workflow Management Service
long_description = file: README.md
long_description_content_type = text/markdown
keywords = swf, decider
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Natural Language :: English
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Topic :: Software Development
Topic :: System :: Distributed Computing
Typing :: Typed
[options]
install_requires =
boto3
dataclasses; python_version < "3.7"
importlib-metadata; python_version < "3.8"
packages = find:
package_dir =
=src
python_requires = ~=3.6
setup_requires =
setuptools-scm[toml] >= 3.4
[options.entry_points]
console_scripts =
seddy=seddy.__main__:main
[options.packages.find]
where = src