diff --git a/setup.cfg b/setup.cfg index e1df946..1b18ed1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,10 +16,10 @@ classifiers = [options] package_dir = - = src/OnspringApiSdk + = src packages = find: python_requires = >=3.10 install_requires = Requests [options.packages.find] -where = src/OnspringApiSdk \ No newline at end of file +where = src \ No newline at end of file