Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiskeely committed May 12, 2020
1 parent 9642ad9 commit 8a55613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

setup(
name = 'shaclgen',
version = '0.2.5',
version = '0.2.5.1',
packages = ['shaclgen'],
package_data = {'shaclgen': ['prefixes/*.json']},
description='Shacl graph generator',
long_description=l_description,
author='Alexis Keely',
url='https://github.com/alexiskeely/shaclgen',
author_email='alexiskm@uw.com',
url='https://github.com/uwlib-cams/shaclgen',
author_email='alexiskeelie@gmail.com',
install_requires=requirements,
keywords=['Linked Data', 'Semantic Web', 'Python',
'SHACL', 'Shapes', 'Schema', 'Validate'],
Expand Down
3 changes: 1 addition & 2 deletions shaclgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
a basic shape file based on the classes and properties present.
usage:
shaclgen path_to_graph optional arguments
shaclgen [path to graph] [optional arguments]
$ shaclgen https://www.lib.washington.edu/static/public/cams/data/datasets/uwSemWebParts/webResource-1-0-0.nt -ns www.example.org
Expand All @@ -45,7 +45,6 @@
args = parser.parse_args()

def main():
print('devy dev')
if args.ontology:
g = schema(args.graph)
kwargs = {'serial': 'turtle'}
Expand Down

0 comments on commit 8a55613

Please sign in to comment.