From a66fcf20bcada0d294a29e6be0cd8ace199c27ff Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 29 Dec 2019 17:52:05 +0700 Subject: [PATCH] MANIFEST.in: Update --- MANIFEST.in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 358eaa5..0eba087 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,15 @@ -recursive-include pypi_server/static *.js *.css *.png *.jp* *.html *.ttf *.woff* *.svg *.eot *.gif *.ico +recursive-include pypi_server/static *.js *.css *.png *.jp* *.html *.ttf *.woff* *.svg *.eot *.gif *.ico *.map recursive-include pypi_server/templates *.html recursive-include contrib *.example *.conf *.service +recursive-include tests *.py +include LICENSE include README.rst +include .dockerignore +include docker-entrypoint.py +include docker-compose.yml +include Dockerfile +include Makefile +include tox.ini +graft package +exclude screenshots +recursive-exclude screenshots *.png