From 732a712e3dc68af7dce14f1df66347cfa211d263 Mon Sep 17 00:00:00 2001 From: Nex Date: Sun, 8 May 2022 17:06:34 +0200 Subject: [PATCH] Changed path where to seek packages --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ad197eb..a47b7a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = [options] packages = find: -package_dir = = mvt +package_dir = = ./ include_package_data = True python_requires = >= 3.8 install_requires = @@ -35,7 +35,7 @@ install_requires = cryptography >=36.0.1 [options.packages.find] -where = mvt +where = ./ [options.entry_points] console_scripts =