From a9236750d0fc1fa69d2c322e133ac693c571d99f Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sat, 24 Oct 2020 11:35:28 +0200 Subject: [PATCH] Fix package setup --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 613c63f..b7c411c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kumisms -version = 0.1 +version = 0.1.1 description = Class to interact with KumiSMS long_description = file: README.md url = https://kumig.it/kumisystems/pykumisms @@ -18,3 +18,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + +[options] +include_package_data = true +packages = find: \ No newline at end of file