forked from potassco/clingraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (35 loc) · 725 Bytes
/
setup.cfg
File metadata and controls
38 lines (35 loc) · 725 Bytes
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
[metadata]
name = clingraph
version = 1.0.0
author = Susana Hahn
author_email = hahnmartinlu@uni-potsdam.de
description = A visualizer for graphs defined as facts with special integration for clingo
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://github.com/potassco/clingraph
[options]
packages = clingraph
install_requires =
clingo>=5.5.0
clorm>=1.3.6
graphviz
networkx>=2.6
jsonschema
[options.extras_require]
dev =
pylint>=2.12
pytest>=6.2
test =
pytest>=6.2
doc =
nbsphinx
sphinx
sphinx_rtd_theme
tex =
dot2tex
gif =
imageio>=2.14
[options.entry_points]
console_scripts =
clingraph = clingraph:main