Skip to content

Commit

Permalink
Fix setup.py requirements and add setup.cfg (quantumlib#73)
Browse files Browse the repository at this point in the history
Review: @Strilanc
  • Loading branch information
maffoo authored Feb 7, 2018
1 parent fa3f6a5 commit c55485c
Show file tree
Hide file tree
Showing 2 changed files with 3 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]
license_file = LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
version='0.1',
url='http://github.com/quantumlib/cirq',
author='The Cirq Developers',
install_requirements=requirements,
install_requires=requirements,
license='Apache 2',
packages=find_packages(),
package_data={'cirq.api.google.v1': ['*.proto']})

0 comments on commit c55485c

Please sign in to comment.