-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
53 lines (46 loc) · 1.27 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
[metadata]
name = pulsertc
description = "Wrapper and analysis tools to use pulseR with RT conversion data."
long-description = file: README.md
long_description_content_type = text/markdown
version = attr: pulsertc.__version__
url =
author = Etienne Boileau
maintainer = Etienne Boileau
maintainer-email = [email protected]
license = GPLv3
keywords = bioinformatics, rnaseq, metabolic labelling
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: R
Programming Language :: Unix Shell
[options]
package_dir =
= src
packages = find:
install_requires =
numpy
pandas
joblib
pysam
pyyaml
python_requires = >=3.10
include_package_data = True
zip_safe = False
[options.packages.find]
where = src
[options.extras_require]
test =
pytest
pytest-cov
[options.entry_points]
console_scripts =
run-all-splbam = pulsertc.run_all_splbam:main
splbam = pulsertc.splbam:main