Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
fixed bug package import
Browse files Browse the repository at this point in the history
  • Loading branch information
pacomf committed Feb 28, 2017
1 parent 654ee36 commit 36c03fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

setup(name = 'IBMQuantumExperience',
packages = ['IBMQuantumExperience'], # this must be the same as the name above
version='0.1.9',
version='0.1.9.1',
author='IBM Research Emergent Solutions',
description='The official SDK to use IBM Quantum Experience in Python.',
author_email='fmartinfdez@gmail.com',
url = 'https://github.com/IBMResearch/python-sdk-quantum-experience',
keywords = ['ibm', 'quantum computer', 'quantum experience'],
license='MIT',
install_requires=[
'request',
'json'
'request'
],
zip_safe=False)

0 comments on commit 36c03fe

Please sign in to comment.