How can I include only *.pyc files in a python wheel?
When creating eggs, it used to be possible to run
python setup.py bdist_egg --exclude-source-files
Given that eggs have been replaced by wheels, how would I reproduce a similar result?
How can I include only *.pyc files in a python wheel?
When creating eggs, it used to be possible to run
python setup.py bdist_egg --exclude-source-files
Given that eggs have been replaced by wheels, how would I reproduce a similar result?
I haven't tried it, but it looks like pyc-wheel does precisely that.
© 2022 - 2024 — McMap. All rights reserved.