-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
executable file
·70 lines (65 loc) · 1.8 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[metadata]
name = data2rdf
version = v2.3.0
description = A generic pipeline that can be used to map raw data to RDF.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MI-FraunhoferIWM/data2rdf
author = Paul Zierep, Yoav Nahshon, Pablo de Andres, Deepu Krishnareddy, Matthias Büschelberger
author_email = [email protected], [email protected], [email protected], [email protected], [email protected]
license = BSD-3-Clause
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[options]
packages = find:
install_requires =
jsonpath-ng~=1.6.1
lru-cache<1
openpyxl>=3,<4
pandas>=2,<3
pydantic>=2,<3
pydantic-settings
rdflib>=6,<7
requests
tables>=3,<4
python_requires = >=3.9
include_package_data = True
[options.extras_require]
dev =
bumpver==2021.1114
dunamai==1.7.0
docs =
html5lib==1.1
ipython==8.12.3
jinja2==3.1.3
jupyter==1.0.0
myst-parser==2.0.0
nbsphinx==0.9.3
sphinx==6.2.1
sphinx-autobuild==2021.3.14
sphinx-book-theme==1.0.1
sphinx-copybutton==0.5.2
sphinx-design==0.5.0
sphinxcontrib-redoc==1.6.0
pre_commit =
pre-commit==2.15.0
tests =
pytest==8.2.2
pytest-cov==5.0.0
[options.package_data]
* = *.csv
[bumpver]
current_version = "v0.0.0"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
tag = True
push = True
[bumpver:file_patterns]
setup.cfg =
version = {version}