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 0bb872e commit 0519fccCopy full SHA for 0519fcc
setup.py
@@ -5,11 +5,13 @@
5
6
7
setup(
8
- name="arango",
+ name="py-arango",
9
description="Python Driver for ArangoDB",
10
- version="2.3.4",
+ version="1.0.0",
11
author="Joohwan Oh",
12
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",
15
packages=find_packages(),
16
include_package_data=True,
17
install_requires=["requests"],
0 commit comments