diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index f55d2dd..2407782 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -50,7 +50,7 @@ jobs: author: Alex A. Naanou email: alex.nanou@gmail.com uploader: alex.nanou@gmail.com - license: BSD (3-Clause) + license: 3-clause BSD License summary: Document class for making photo books. diff --git a/Makefile b/Makefile index b83ecf9..bacb756 100644 --- a/Makefile +++ b/Makefile @@ -123,6 +123,7 @@ BUILD_DIR := build DIST_NAME := $(MODULE)-$(VERSION)-$(DATE) DIST_DIR := dist DIST_FILES = \ + README.md \ Makefile \ $(wildcard scripts/*) \ $(MODULE).cls \