From cb21c55140d6418dcce9bf0c5325083a9a0c971f Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 31 Dec 2012 22:46:13 -0500 Subject: [PATCH] Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 301f3e7b..64d2dc6d 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup(py_modules = ['ModPython'], packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'], scripts = ['plcsh', 'Server.py'], data_files = [ - ('', ['configs/default_config']), + ('', ['config/default_config']), ('php', ['php/plc_api.php']), ('extensions', ['extensions/README.txt']), ]) -- 2.47.0