hc99's picture
Add files using upload-large-folder tool
5e07a1f verified
raw
history blame
125 Bytes
all: sdist bdist_wheel
sdist:
python setup.py sdist
bdist_wheel:
python setup.py bdist_wheel
.PHONY : sdist bdist_wheel