-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
43 lines (38 loc) · 1.08 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
[metadata]
name = powergrasp
version = attr: powergrasp.__version__
description = compress graphs with answer-set-programming
long_description = file: README.mkd
author = Lucas Bourneuf
author_email = [email protected]
url = https://github.com/aluriak/powergrasp
license = GPL
keywords = graph, Answer Set Programming
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License (GPL)
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: ASP
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
bubbletools>=0.6.1
clyngor>=0.3.12
networkx>=2.1
phasme>=0.0.16
pytest>=3.5.0
[zest.releaser]
create-wheel = yes
python-file-with-version = powergrasp/__init__.py
[options.packages.find]
exclude =
test
[options.entry_points]
console_scripts=
powergrasp = powergrasp.__main__:run_cli