build: make dist target

pull/25/head python/v0.11.0
matejcik 6 years ago
parent ed1c6867f2
commit 391ff53084

@ -13,6 +13,10 @@ build:
install:
$(SETUP) install
dist: clean
$(SETUP) sdist
$(SETUP) bdist_wheel
clean:
git clean -dfx -e $(EXCLUDES)

Loading…
Cancel
Save