-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add get_vocabulary_uri method. Refs #86
- Loading branch information
1 parent
cb13af5
commit 856f1be
Showing
4 changed files
with
44 additions
and
7 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 |
---|---|---|
|
@@ -13,14 +13,14 @@ | |
] | ||
|
||
requires = [ | ||
'skosprovider>=0.6.0', | ||
'skosprovider>=1.1.0', | ||
'requests', | ||
'rdflib' | ||
] | ||
|
||
setup( | ||
name='skosprovider_heritagedata', | ||
version='1.1.0', | ||
version='1.2.0', | ||
description='Skosprovider implementation of the heritagedata.org Vocabularies', | ||
long_description=README, | ||
packages=packages, | ||
|
@@ -36,10 +36,10 @@ | |
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
], | ||
author='Flanders Heritage Agency', | ||
author_email='[email protected]', | ||
url='https://github.com/OnroerendErfgoed/skosprovider_heritagedata', | ||
keywords='heritagedata.org skos skosprovider thesauri vocabularies', | ||
test_suite='nose.collector' | ||
) |
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