-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
43 lines (42 loc) · 1.29 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
[metadata]
name = h5ld
version = file: VERSION
description = Read Linked Data in HDF5 files
long_description = file: README.md
long_description_content_type = text/markdown;charset=UTF-8
author = The HDF Group
author_email = [email protected]
url = https://github.com/HDFGroup/h5ld
project_urls =
Documentation = https://github.com/HDFGroup/h5ld/blob/master/README.md
Source = https://github.com/HDFGroup/h5ld
Tracker = https://github.com/HDFGroup/h5ld/issues
Twitter = https://twitter.com/hdf5
Discussion = https://forum.hdfgroup.org
keywords =
hdf5
rdf
linked data
knowledge graph
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Topic :: Utilities
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Intended Audience :: Developers
Intended Audience :: Science/Research
Intended Audience :: Information Technology
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Medical Science Apps.
Topic :: Scientific/Engineering :: Atmospheric Science
platforms = any
[options]
python_requires = >=3.7
install_requires =
h5py>=3.3.0
rdflib>=6.1.1
zip_safe = False
packages = find: