-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (33 loc) · 844 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
[metadata]
name = intronIC
version = 1.5.1
license = GPL v3.0
description = Retrieve annotated intron sequences and classify them as minor (U12-type) or major (U2-type)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/glarue/intronIC/
author = Graham Larue
author_email = egrahamlarue@gmail.com
[options]
packages = find:
include_package_data = True
install_requires =
numpy < 2.0
scipy
scikit-learn >=0.22
biogl
matplotlib
networkx >=2.5.1
python_requires = >=3.3
[options.package_data]
intronIC = intronIC/data/*
[options.entry_points]
console_scripts =
intronIC = intronIC.intronIC:main
[versioneer]
VCS = git
style = pep440
versionfile_source = intronIC/_version.py
versionfile_build = intronIC/_version.py
tag_prefix =
parentdir_prefix = intronIC-