From 751651273b1f59bac9a33d0aa529645943c4fd95 Mon Sep 17 00:00:00 2001 From: Simon Humpohl Date: Wed, 28 Apr 2021 10:54:26 +0200 Subject: [PATCH 1/2] Replace space with line break as it is not interpreted as a delimiter --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index faa293f0..2c70c414 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 From ee090be49179de8726675162dffda03431cd511c Mon Sep 17 00:00:00 2001 From: Simon Humpohl Date: Wed, 28 Apr 2021 10:55:22 +0200 Subject: [PATCH 2/2] license_file is deprecated (this is at least what pip wheel -v says) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2c70c414..2738be60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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