Skip to content

Commit

Permalink
Changes to meet Szillard requests ...
Browse files Browse the repository at this point in the history
  • Loading branch information
zrougamed committed Feb 14, 2021
1 parent e6863b0 commit 47470a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description_content_type="text/markdown",
keywords=['gsql', 'client','tigergraph'],
requires=["requests"],
url="https://github.com/Zrouga-Mohamed/pyTigerDriver",
url="https://github.com/Zrouga-Mohamed/pyTigerDriver ",
packages=setuptools.find_packages(),
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# tgcloud.io Case : /gsqlserver/gsql/
# tgCl = tg.Client(server_ip="ttl.i.tgcloud.io",gsPort="14240", restPort="9000"
# , username="tigergraph", password="tigergraph"
# , username="tigergraph", password="tigergraph", local = False
# , version="3.0.5",protocol="https"
# , graph="MyGraph",token="ptkqg4c8tdncjvspbtkt2crird81dron")

Expand Down

0 comments on commit 47470a4

Please sign in to comment.