-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
43 lines (38 loc) · 893 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
37
38
39
40
41
42
43
[metadata]
name = PyINSECT
version = 0.0.39
url = https://github.com/npit/PyINSECT
license = LGPL
author = George Giannakopoulos
author_email = ggianna@iit.demokritos.gr
description = A python port of the JInsect toolkit
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3,
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL),
Operating System :: OS Independent,
[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.6
install_requires =
networkx>=2.5.1
pydot>=1.4.2
pydotplus>=2.0.2
[options.extras_require]
dev =
flake8
isort
black
pre-commit
concurrent_log_handler
viz =
pygraphviz>=1.7
matplotlib<=3.1.1
[options.packages.find]
where = src
[isort]
profile=black
src_paths=src,tests