-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpyproject.toml
45 lines (41 loc) · 1.34 KB
/
pyproject.toml
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
[build-system]
# Minimum requirements for the build system to execute (according to PEP 518)
requires = ['setuptools >= 61.0', 'wheel', 'cython >= 0.23']
build-backend = 'setuptools.build_meta'
[tool.setuptools]
packages = ['knossos_utils']
[project]
name = 'knossos_utils'
version = '0.1'
authors = [ {name = 'KNOSSOS team', email='[email protected]'} ]
description = 'A Python 3.x library for interacting with **KNOSSOS** datasets and annotation files.'
readme = 'README.md'
requires-python = '>=3.8'
license = {text = 'GPLv3'}
keywords = []
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Visualization',
]
dependencies = [
'h5py >= 2.5',
'imageio',
'matplotlib',
'networkx >= 1.11',
'numpy >= 1.10',
'Pillow',
'python-snappy >= 0.5',
'requests >= 2.12',
'scipy >= 0.16',
'tomli',
]
[project.urls]
homepage = 'https://github.com/knossos-project/knossos_utils'
[project.optional-dependencies]
skeletopyze_import = ['skeletopyze'] # https://github.com/funkey/skeletopyze