From: Tony Mack Date: Tue, 1 Jan 2013 03:46:13 +0000 (-0500) Subject: Fix typo X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cb21c55140d6418dcce9bf0c5325083a9a0c971f;p=plcapi.git Fix typo --- 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']), ])