forked from oeg-upm/Chowlk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (37 loc) · 1.12 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
[metadata]
name = chowlk_unofficial_fork
version = v0.0.2
description = Temporary unofficial fork from Chowlk
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pablo-de-andres/Chowlk
author = Serge Chávez-Feria, Pablo de Andres
author_email = [email protected], [email protected]
license = Apache-2.0
license_file = LICENSE
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
project_urls =
Chowlk Visual Notation = https://chowlk.linkeddata.es/chowlk_spec
[options]
packages = find:
install_requires =
beautifulsoup4>=4.9.1
rdflib>=5.0.0,<7.0.0
python_requires = >=3.7
[options.entry_points]
console_scripts =
chowlk-converter = chowlk.converter:main
[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}