From 1f4d001f2352e3c9a2a4b3ad2d8951e2a93656af Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Fri, 21 Aug 2020 16:58:45 +0200 Subject: [PATCH] Require Django --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index d43a179..d57c0af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,8 @@ classifiers = Programming Language :: Python :: 3.8 Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP :: Dynamic Content +install_requires = + django [options] include_package_data = true