-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (51 loc) · 1.62 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
54
[metadata]
name = circhemy
description = circhemy - The alchemy of circular RNA ID conversion
version = 0.1.0
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/jakobilab/circhemy
author = Tobias Jakobi
author_email = tjakobi@arizona.edu
license= GNU General Public License (GPL)
license_files = LICENSE.rst
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
keywords=
circRNA
circular RNA (circRNA) naming
circular RNA (circRNA) bioinformatics
circular RNA (circRNA) ID conversion
circular RNA (circRNA) database
project_urls =
Bug Reports = https://github.com/jakobilab/circhemy/issues
Jakobi Lab = https://jakobilab.org
Source = https://github.com/jakobilab/circhemy
Documentation = https://circhemy.jakobilab.org
circtools circRNA analytics = https://github.com/jakobilab/circtools
[options]
zip_safe = False
platforms = Linux, Darwin
include_package_data = True
python_requires = >=3.8
install_requires = argparse
packages = find:
setup_requires = wheel
[options.extras_require]
web =
nicegui[highcharts] >= 1.4.22
feedparser >= 6.0.11
python-dateutil >= 2.9.0.post0
fastapi<0.110.0,>=0.109.1
pydantic >= 2.6.4
Pygments >= 2.17.2
[options.entry_points]
console_scripts =
circhemy = circhemy.circhemy_cli:main