Skip to content

Commit

Permalink
include license and readme in sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Dec 25, 2017
1 parent 7b73bb0 commit 8118773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include Options.mk
VERSION = 0.1.0
SCRIPTS = activate.sh tar-anaconda.sh tar-dir.sh tar-pip.sh
BCASTSRC = bcast.c bcast-tar.c

DOC = README.rst LICENSE.rst Options.mk.example
.PHONY: build clean sdist install

all: bcast
Expand Down Expand Up @@ -43,7 +43,7 @@ install: bcast

sdist:
mkdir -p python-mpi-bcast-$(VERSION)
cp $(SCRIPTS) $(BCASTSRC) Makefile Options.mk.example python-mpi-bcast-$(VERSION)
cp $(SCRIPTS) $(BCASTSRC) $(DOC) Makefile python-mpi-bcast-$(VERSION)
tar -czvf python-mpi-bcast-$(VERSION).tar.gz python-mpi-bcast-$(VERSION)
rm -rf python-mpi-bcast-$(VERSION)

Expand Down

0 comments on commit 8118773

Please sign in to comment.