-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
36 lines (32 loc) · 820 Bytes
/
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
[metadata]
name = phasme
version = 0.0.17.dev0
description = CLI endpoint to handle (ASP encoded) graphs
long_description = file: README.mkd
long_description_content_type = text/markdown
author = Lucas Bourneuf
author_email = lucas.bourneuf@laposte.net
url = https://github.com/aluriak/phasme
license = GPL
keywords = graph, Answer Set Programming
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
clyngor>=0.3.10
networkx>=2.1
pydot>=1.2.4
[zest.releaser]
create-wheel = yes
[options.packages.find]
exclude =
test
[options.entry_points]
console_scripts=
phasme = phasme.__main__:run_cli