Hi there,
Attached is a hacky patch to setup.py which makes buildout develop mode
(and quite possibly also "python setup.py develop", but I know buildout
better) happy for the trunk. I just removed anything that tripped up
running setup.py.
Regards,
Martijn
Index: setup.py
===================================================================
--- setup.py (revision 57467)
+++ setup.py (working copy)
@@ -68,7 +68,6 @@
'py.execnet.script',
'py.execnet.testing',
'py.io',
- 'py.io.test',
'py.log',
'py.log.testing',
'py.magic',
@@ -88,10 +87,6 @@
'py.rest',
'py.rest.testing',
'py.test',
- 'py.test.rsession',
- 'py.test.rsession.testing',
- 'py.test.rsession.webdata',
- 'py.test.terminal',
'py.test.testing',
'py.test.testing.import_test.package',
'py.test.web',
@@ -204,4 +199,4 @@
if __name__ == '__main__':
main()
-
\ No newline at end of file
+
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev