From 21357a984181f46dc49573d5a4755b67307dae31 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 4 Jul 2022 21:13:35 +0200 Subject: [PATCH] Fix packaging --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b1d8d54..c8994b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,8 +15,8 @@ classifiers = [options] package_dir = - = src -packages = find: + great_ai = great_ai + include_package_data = True python_requires = >= 3.8 install_requires = @@ -46,4 +46,4 @@ install_requires = * = *.conf, *.css, *.png [options.packages.find] -where = src +where = .