Skip to content

Commit

Permalink
add setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Zeng committed Jan 10, 2017
1 parent c7ce61d commit 89303a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
from setuptools import setup

setup(
name="grove",
name="quantum-grove",
version="0.0.1",
author="Rigetti Computing",
author_email="[email protected]",
description="A collection of quantum algorithms built using pyQuil and Forest",
url="https://github.com/rigetticomputing/grove.git",
download_url="https://github.com/rigetticomputing/grove/tarball/0.0.1",
packages=["grove", "grove.pyqaoa", "grove.pyvqe", "grove.qft",
"grove.phaseestimation", "grove.teleport"],
install_requires=[
Expand Down

0 comments on commit 89303a3

Please sign in to comment.