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.
1 parent 0cb9dc1 commit b3c42f5Copy full SHA for b3c42f5
setup.py
@@ -5,13 +5,13 @@
5
6
7
setup(
8
- name="py-arango",
+ name="python-arango",
9
description="Python Driver for ArangoDB",
10
version="1.4.0",
11
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",
+ author_email="joohwan.oh@outlook.com",
+ url="https://github.com/Joowani/python-arango",
+ download_url="https://github.com/Joowani/python-arango/tarball/1.4.0",
15
packages=find_packages(),
16
include_package_data=True,
17
install_requires=["requests"],
0 commit comments