forked from potassco/clinguin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
81 lines (50 loc) · 1.09 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
58
59
60
61
62
63
64
65
[metadata]
name = clinguin
version = 0.0.1 beta
author = Alexander Beiser, Susana Hahn
author_email = [email protected], [email protected]
description = An interactive visualizer for clingo
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/krr-up/clinguin
[options]
packages = find:
install_requires =
clingo>=5.5.0
clorm>=1.3.6
tk
httpx
fastapi
typing
pydantic
networkx
uvicorn
Pillow
sphinx
nbsphinx
sphinx_rtd_theme
nbconvert
nbformat
traitlets
clingraph
httpcore==0.13.3
h11==0.12.0
[options.entry_points]
console_scripts =
clinguin = clinguin:main
[pylint.master]
recursive=True
no-space-check=trailing-comma,dict-seperator
method-naming-style=camelCase
function-naming-style=camelCase
argument-naming-style=snake_case
attr-naming-style=snake_case
class-attribute-naming-style=snake_case
class-naming-style=PascalCase
max-line-length=100
indent-string=" "
[pycodestyle]
in-place=true
recursive=true
aggressive=2
max-line-length=100