-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
40 lines (36 loc) · 1.11 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
[metadata]
name = acanthophis
author = Dr. K. D. Murray
author_email = [email protected]
description = A comprehensive, opinionated plant variant calling pipeline in Snakemake
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/kdm9/acanthophis
project_urls =
Bug Tracker = https://github.com/kdm9/acanthophis/issues
Source = https://github.com/kdm9/acanthophis
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Unix Shell
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
packages = acanthophis
include_package_data = True
setup_requires =
setuptools_scm
setuptools_scm_git_archive
install_requires =
natsort
snakemake>=8
[bdist_wheel]
universal=1
[options.entry_points]
console_scripts =
acanthophis-init = acanthophis.cmd:init
[options.package_data]
* = rules/*.rules, envs/*.yml, examples/*