-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
36 lines (33 loc) · 935 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
31
32
33
34
35
36
[metadata]
name = snpit
author = Philip Fowler
author_email = philip.fowler@ndm.ox.ac.uk
version = attr: snpit.version.__version__
url = https://github.com/philipwfowler/snpit
description = Whole genome SNP based identification of members of the Mycobacterium tuberculosis complex.
long_description = file: README.md, LICENSE
keywords = Mycobacterium, tuberculosis, lineage, typing, bioinformatics
license = MIT License
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
[options]
python_requires = >= 3.5
zip_safe = False
include_package_data = True
packages = find:
setup_requires =
cython
pysam ==0.15.2
install_requires =
pysam ==0.15.2
tests_require =
pytest
pysam ==0.15.2
[options.package_data]
* = *.md, *.rst, ../lib/*
[options.entry_points]
console_scripts =
snpit = snpit.__main__:main