We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f491db + c7e5fbe commit 4f5b7dcCopy full SHA for 4f5b7dc
setup.py
@@ -12,7 +12,9 @@
12
13
from sparqlkernel.constants import __version__, LANGUAGE, DISPLAY_NAME
14
15
+
16
PKGNAME = 'sparqlkernel'
17
+GITHUB_URL = 'https://github.com/paulovn/sparql-kernel'
18
19
setup_args = dict (
20
name=PKGNAME,
@@ -24,7 +26,8 @@
24
26
It is implemented as a Jupyter wrapper kernel, by using the Python
25
27
SPARQLWrapper & rdflib packages''',
28
license='3-clause BSD license',
- url='https://github.com/paulovn/sparql-kernel',
29
+ url=GITHUB_URL,
30
+ download_url = GITHUB_URL + '/tarball/v' + __version__,
31
author='Paulo Villegas',
32
author_email='paulo.vllgs@gmail.com',
33
0 commit comments