Skip to content

Commit b3c42f5

Browse files
author
Joohwan Oh
committed
Update setup.py
1 parent 0cb9dc1 commit b3c42f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66

77
setup(
8-
name="py-arango",
8+
name="python-arango",
99
description="Python Driver for ArangoDB",
1010
version="1.4.0",
1111
author="Joohwan Oh",
12-
author_email="joowani88@gmail.com",
13-
url="https://github.com/Joowani/py-arango",
14-
download_url="https://github.com/Joowani/py-arango/tarball/1.0.0",
12+
author_email="joohwan.oh@outlook.com",
13+
url="https://github.com/Joowani/python-arango",
14+
download_url="https://github.com/Joowani/python-arango/tarball/1.4.0",
1515
packages=find_packages(),
1616
include_package_data=True,
1717
install_requires=["requests"],

0 commit comments

Comments
 (0)