-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
42 lines (39 loc) · 1.07 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
[metadata]
name = eltetrado
version = file: src/eltetrado/VERSION
author = Tomasz Żok
author_email = tomasz.zok@cs.put.poznan.pl
description = Find and classify tetrads and quadruplexes in DNA/RNA 3D structure
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tzok/eltetrado
project_urls =
Bug Tracker = https://github.com/tzok/eltetrado/issues
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
mmcif
numpy
orjson
rnapolis
scripts =
bin/eltetrado
bin/has_tetrad
[options.entry_points]
console_scripts =
eltetrado = eltetrado.cli:eltetrado_cli
has_tetrad = eltetrado.cli:has_tetrad_cli
[options.packages.find]
where = src