git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb9765
)
updated
author
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Fri, 14 Sep 2012 17:35:01 +0000
(13:35 -0400)
committer
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Fri, 14 Sep 2012 17:35:01 +0000
(13:35 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
d29222f
..
301f3e7
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-13,11
+13,7
@@
setup(py_modules = ['ModPython'],
packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'],
scripts = ['plcsh', 'Server.py'],
data_files = [
- ('', ['
planetlab5.sql
']),
+ ('', ['
configs/default_config
']),
('php', ['php/plc_api.php']),
- ('migrations',
- ['migrations/README.txt',
- 'migrations/extract-views.py']
- + glob('migrations/[0-9][0-9][0-9]*')),
('extensions', ['extensions/README.txt']),
])