-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
28 lines (23 loc) · 802 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
[metadata]
name = phase_stitcher
version = 0.0.3
author = Bishwa K. Giri
author_email = kirannbishwa01@gmail.com
description = a python program to stitch the ReadBack phased haplotypes in F1 hybrids.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/everestial/pHASE-Stitcher
project_urls =
Bug Tracker = https://github.com/everestial/pHASE-Stitcher
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = phase_stitcher
python_requires = >=3.7
[options.entry_points]
console_scripts =
phase-stitcher = phase_stitcher.__main__:main
phase-Stitcher = phase_stitcher.__main__:main
phase_stitcher = phase_stitcher.__main__:main