diff --git a/setup.cfg b/setup.cfg index d284c46..79e39ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,5 +9,11 @@ license = "MIT" [options] packages = find: +package_dir = + = . requires_python = ">=3.8" install_requires = + +[options.packages.find] +where = . +include = bricks_for_python*