We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to build a wheel:
python -m build --wheel --no-isolation python -m installer --destdir="$pkgdir" dist/*.whl
running egg_info creating src/tutorials.dds.egg-info writing src/tutorials.dds.egg-info/PKG-INFO writing dependency_links to src/tutorials.dds.egg-info/dependency_links.txt writing requirements to src/tutorials.dds.egg-info/requires.txt writing top-level names to src/tutorials.dds.egg-info/top_level.txt writing manifest file 'src/tutorials.dds.egg-info/SOURCES.txt' error: package directory 'src/tutorials/dds' does not exist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to build a wheel:
The text was updated successfully, but these errors were encountered: