-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
61 lines (57 loc) · 1.04 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
[metadata]
name = renopro
version = 1.0.0
author = Amade Nemes
author_email = [email protected]
description = Tools to work with reified non-ground ASP programs.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://potassco.org/
[options]
packages = find:
package_dir =
=src
include_package_data = True
install_requires =
importlib_metadata;python_version<'3.8'
clingo
clorm
thefuzz
python-Levenshtein
[options.packages.find]
where = src
[options.extras_require]
format =
black
isort
autoflake
lint_flake8 =
flake8
flake8-black
flake8-isort
lint_pylint =
pylint
typecheck =
types-setuptools
mypy
test =
coverage
doc =
sphinx
sphinx_rtd_theme
nbsphinx
lsp =
python-lsp-server
flake8
flake8-black
pylint
rope
pylsp-mypy
pylsp-rope
python-lsp-black
dev =
renopro[format,lint_flake8,lint_pylint,typecheck,test,lsp]
[options.entry_points]
console_scripts =
renopro = renopro.__main__:main