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 =