mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Correct path for .whl files in Makefile.
This commit is contained in:
parent
8acdf40a1b
commit
f1fb3d76ab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ NAME := $(shell python setup.py --name)
|
|||
VERSION := $(shell python setup.py --version)
|
||||
|
||||
SDIST := dist/${NAME}-${VERSION}.tar.gz
|
||||
WHEEL := dist/${NAME}-${VERSION}-py2.py3-none-any.whl
|
||||
WHEEL := dist/$(subst -,_,${NAME})-${VERSION}-py2.py3-none-any.whl
|
||||
|
||||
.PHONY: all test clean clean-docs upload-docs upload-pypi dist docs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue