-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
61 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# `kglab` changelog | ||
|
||
## 0.1.1 | ||
|
||
2020-11-09 | ||
|
||
* first distribution on PyPi | ||
|
||
## 0.1.0 | ||
|
||
2020-10-25 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="kglab", | ||
version="0.1.0", | ||
version="0.1.1", | ||
author="Paco Nathan", | ||
author_email="[email protected]", | ||
description="Python wrapper for knowledge graph construction tools", | ||
|
@@ -17,7 +17,7 @@ | |
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Development Status :: 5 - Production/Stable", | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Education", | ||
"Intended Audience :: Information Technology", | ||
|
@@ -36,7 +36,7 @@ | |
"rdflib", | ||
"rdflib-jsonld", | ||
], | ||
keywords="knowledge graph, graph algorithms, graph visualization, rdf, skos, owl, controlled vocabulary, n3, turtle, json-ld", | ||
keywords="knowledge graph, graph algorithms, interactive visualization, rdf, skos, owl, controlled vocabulary, managing namespaces, serialization, n3, turtle, json-ld", | ||
license="MIT", | ||
zip_safe=False, | ||
) |