Skip to content

Commit 0519fcc

Browse files
author
Joohwan Oh
committed
Update setup.py
1 parent 0bb872e commit 0519fcc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55

66

77
setup(
8-
name="arango",
8+
name="py-arango",
99
description="Python Driver for ArangoDB",
10-
version="2.3.4",
10+
version="1.0.0",
1111
author="Joohwan Oh",
1212
author_email="[email protected]",
13+
url="https://github.com/Joowani/py-arango",
14+
download_url="https://github.com/Joowani/py-arango/tarball/1.0.0",
1315
packages=find_packages(),
1416
include_package_data=True,
1517
install_requires=["requests"],

0 commit comments

Comments
 (0)