Release 1.0.4

This commit is contained in:
Stuart D. Gathman
2019-04-19 10:32:09 -04:00
parent 10fdccf366
commit 6373f8965b
3 changed files with 36 additions and 6 deletions
+4
View File
@@ -11,4 +11,8 @@ SRCTAR=$(PKG).tar.gz
$(SRCTAR):
git archive --format=tar.gz --prefix=$(PKG)/ -o $(SRCTAR) $(PKG)
# add extra copy of name like github so annoyingly does...
github:
git archive --format=tar.gz --prefix=pymilter-$(PKG)/ -o $(SRCTAR) $(PKG)
gittar: $(SRCTAR)