forked from BorgwardtLab/GraphKernels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (47 loc) · 1.28 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
44
45
46
47
48
[metadata]
author = Elisabetta Ghisu
author_email = [email protected]
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: MacOS
Operating System :: POSIX :: Linux
Programming Language :: C++
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Mathematics
description = Compute kernels on graphs.
keywords = graph
license = MIT License
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Nikolaos Korasidis
maintainer_email = [email protected]
name = graphkernels
url = https://github.com/BorgwardtLab/GraphKernels
[options]
include_package_data = true
install_requires =
numpy>=1.13.3
pkgconfig>=1.5.0
python-igraph>=0.7.1
packages = graphkernels
python_requires = >= 3.4
setup_requires =
numpy>=1.13.3
pkgconfig>=1.5.0
pip>=10.0
setuptools>=38.6.0
tests_require =
black
check-manifest>=0.38
cpplint>=1.4.1
pylint
pyroma>=2.4
scikit-learn
zip_safe = false