-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (34 loc) · 901 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
37
38
39
40
[metadata]
name = tajimas_d
version = 2.0.2
description = Computes Tajimas D, the Pi- or Watterson-Estimator for multiple sequences.
long_description = file: README.md
long_description_content_type=text/markdown
keywords = Tajima, Tajimas D, Pi, Watterson, Estimator, Population, Bioinformatics, Genetics
home-page = https://github.com/not-a-feature/tajimas_d/
author = Jules Kreuer / not_a_feature
license = gpl-3.0
license_file = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
[options]
packages =
tajimas_d
python_requires = >=3.8
package_dir =
=src
zip_safe = no
[options.extras_require]
testing =
pytest>=6.0
pytest-cov>=2.0
tox>=3.20
miniFasta>=2.2
[options.entry_points]
console_scripts =
tajimas_d = tajimas_d._tajimas_d:run_cli
[options.package_data]
tajimas_d = py.typed
[pytest]
xfail_strict=true