diff --git a/setup.cfg b/setup.cfg
index 1e0b8b5399dc1d44fd9648169dbfce360954973b..a6cf4d39f556c4dc0ccde3181d3153c876ad29e2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = example-package-plotid-test
-version = 0.0.3
+version = 0.0.5
 author = Example Author
 author_email = author@example.com
 description = A small example package
@@ -15,9 +15,7 @@ classifiers =
     Operating System :: OS Independent
 
 [options]
-package_dir =
-    = plotid
-packages = find:
+packages = plotid
 python_requires = >=3.10
 install_requires =
     matplotlib
@@ -27,5 +25,4 @@ install_requires =
 test =
     coverage
 
-[options.packages.find]
-where = plotid 
+