forked from chanzuckerberg/miniwdl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (27 loc) · 818 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
[metadata]
name = miniwdl
description = Workflow Description Language (WDL) local runner & developer toolkit
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
author = CZI
author-email = [email protected]
license = MIT
home-page = https://github.com/chanzuckerberg/miniwdl
classifier =
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Software Development :: Interpreters
[files]
packages =
WDL
[entry_points]
console_scripts =
miniwdl = WDL.CLI:main
miniwdl.plugin.file_download =
gs = WDL.runtime.download:gsutil_downloader
[pbr]
skip_authors = True
skip_changelog = True