Skip to content

Commit

Permalink
Merge pull request #50 from peendebak/master
Browse files Browse the repository at this point in the history
use modern setuptools instead of distutils
  • Loading branch information
AdriaanRol authored Nov 10, 2017
2 parents 0b11c1e + 5403bdd commit 037030e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from distutils.core import setup
from setuptools import setup


setup(name='autodepgraph',
Expand All @@ -9,5 +9,5 @@
author_email='[email protected]',
packages=['autodepgraph'],
ext_package='autodepgraph',
requires=["pytools", "numpy(>=1.12)", "pytest", "pytest.cov", "matplotlib"]
requires=["qcodes", "pytools", "numpy(>=1.12)", "pytest", "pytest.cov", "matplotlib"]
)

0 comments on commit 037030e

Please sign in to comment.