-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
25 lines (23 loc) · 891 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
[metadata]
name = pycallgraphix
version = 1.0.0
url = https://github.com/FZJ-IEK3-VSA/pycallgraphix
author = Katharina Rieck, Matthew Keller
author_email = k.rieck@fz-juelich.de, ma.keller@fz-juelich.de
description = "Hi and welcome. pycallgraphix is an extension of standard [call graph](http://en.wikipedia.org/wiki/Call_graph) python packages that enables users to independently select the functions they wish to include in visualizations by simply applying a function wrapper."
long_description = file: README.md, LICENSE.txt
keywords = call graph, wrapper, visual, pycall, graphix
license = MIT License
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages=find:
python_requires = >=3.7
install_requires =
pydot >=1.4.2
seaborn >=0.11.2
[options.packages.find]
exclude =
test*