Skip to content

Commit c55485c

Browse files
authoredFeb 7, 2018
Fix setup.py requirements and add setup.cfg (quantumlib#73)
Review: @Strilanc
1 parent fa3f6a5 commit c55485c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
license_file = LICENSE

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
version='0.1',
2424
url='http://github.com/quantumlib/cirq',
2525
author='The Cirq Developers',
26-
install_requirements=requirements,
26+
install_requires=requirements,
2727
license='Apache 2',
2828
packages=find_packages(),
2929
package_data={'cirq.api.google.v1': ['*.proto']})

0 commit comments

Comments
 (0)
Please sign in to comment.