-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
28 lines (23 loc) · 847 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_extender
version = 0.1.8
author = Bishwa K. Giri
author_email = [email protected]
description = A python program that uses ReadBack phased haplotypes in population of samples and returns extended haplotype blocks.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/everestial/phase-Extender
project_urls =
Bug Tracker = https://github.com/everestial/phase-Extender
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = phase_extender
python_requires = >=3.7
[options.entry_points]
console_scripts =
phase-extender = phase_extender.__main__:main
phase_extender = phase_extender.__main__:main
phase-Extender = phase_extender.__main__:main