-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
57 lines (50 loc) · 1.7 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
55
56
57
##########################
# Setup.py Configuration #
##########################
[metadata]
name = neurommsig_knowledge
version = attr: neurommsig_knowledge.__init__.VERSION
description = Knowledge curated for NeuroMMSig during the AETIONOMY project
long_description = file: README.md
long_description_content_type = text/markdown
# URLs associated with the project
url = https://github.com/neurommsig/neurommsig-knowledge
download_url = https://github.com/neurommsig/neurommsig-knowledge/releases
project_urls =
Bug Tracker = https://github.com/neurommsig/neurommsig-knowledge/issues
Source Code = https://github.com/neurommsig/neurommsig-knowledge
# Author information
author = Daniel Domingo-Fernández
author_email = [email protected]
maintainer = Daniel Domingo-Fernández
maintainer_email = [email protected]
# Search tags
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
keywords =
Biological Expression Language
BEL
Biocuration
Networks Biology
[options]
install_requires =
bel_repository>=0.0.7
# Random options
python_requires = >=3.6
zip-safe = false
include-package-data = true
# Where is my code
packages = neurommsig_knowledge
[options.entry_points]
console_scripts =
neurommsig-knowledge = neurommsig_knowledge:main