-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (24 loc) · 719 Bytes
/
setup.cfg
File metadata and controls
27 lines (24 loc) · 719 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
[metadata]
name = cript_graph
version = 0.0.1
description = Plugin for CRIPT Python SDK, convert CRIPT graphs to networkx graphs and dot graphs for vizualization.
long_description = file: README.md
long_description_content_type = text/markdown
author = Ludwig Schneider
url = https://github.com/InnocentBug/cript_graph
license = MIT
license_files = LICENSE
platforms = any
classifiers =
Development Status :: 3 - Alpha
Topic :: Scientific/Engineering
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
[options]
packages = find:
python_requires = >=3.7
include_package_data = True
install_requires =
networkx
#cript>=2