qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
270 stars 201 forks source link

Can not install package from source distribution #894

Closed wshanks closed 1 year ago

wshanks commented 1 year ago

Information

What is the current behavior?

Trying to install the package from the sdist results in an error like

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/build-via-sdist-942jj24j/qiskit_metal-0.1.2/requirements.txt' 

Steps to reproduce the problem

Run python -m build in the top level of the repository

What is the expected behavior?

Successful build of whl from sdist.

Suggested solutions

Add a MANIFEST.in containing the files needed by setup.py.