X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=4ead8378607f494e7c019602cb7be7b1d53184fa;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=d29222fe583b357ba76bcf35dfa22275458b6d0d;hpb=4e770b3cf4e6b16150fd479ace9854eaee3399b6;p=plcapi.git diff --git a/setup.py b/setup.py index d29222f..4ead837 100755 --- a/setup.py +++ b/setup.py @@ -9,11 +9,12 @@ from distutils.core import setup from glob import glob -setup(py_modules = ['ModPython'], - packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'], +setup(packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'], scripts = ['plcsh', 'Server.py'], data_files = [ ('', ['planetlab5.sql']), + # package for mod_python and mod_wsgi, defer choice to myplc + ('apache', ['apache/ModPython.py', 'apache/__init__.py', 'apache/plc.wsgi']), ('php', ['php/plc_api.php']), ('migrations', ['migrations/README.txt',