Skip to content

Commit

Permalink
Merge pull request #579 from qutech/fix/pip_git_install
Browse files Browse the repository at this point in the history
Fix pip install from git
  • Loading branch information
terrorfisch committed Apr 28, 2021
2 parents 661ec9c + ee090be commit aefa4d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.cfg
Expand Up @@ -6,7 +6,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
author = Quantum Technology Group and Chair of Software Engineering, RWTH Aachen University
license = MIT
license_file = LICENSE
license_files = LICENSE
keywords = quantum, physics, control pulse, qubit
classifiers =
Programming Language :: Python :: 3
Expand Down Expand Up @@ -48,9 +48,11 @@ zurich-instruments = zhinst
Faster-fractions = gmpy2
tektronix = tek_awg>=0.2.1


[options.packages.find]
include = qupulse* qctoolkit*
include =
qupulse
qupulse.*
qctoolkit

[tool:pytest]
testpaths = tests tests/pulses tests/hardware tests/backward_compatibility
Expand Down

0 comments on commit aefa4d7

Please sign in to comment.