[Rivet-svn] r2549 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Jun 28 16:44:44 BST 2010


Author: buckley
Date: Mon Jun 28 16:44:50 2010
New Revision: 2549

Log:
Explicitly specify that rivet/*.py are to be installed

Modified:
   trunk/pyext/setup.py.in

Modified: trunk/pyext/setup.py.in
==============================================================================
--- trunk/pyext/setup.py.in	Mon Jun 28 16:17:16 2010	(r2548)
+++ trunk/pyext/setup.py.in	Mon Jun 28 16:44:50 2010	(r2549)
@@ -26,7 +26,7 @@
       version = '@PACKAGE_VERSION@',
       ext_package='rivet',
       ext_modules=[ext],
-      py_modules = ['lighthisto', 'spiresbib'],
+      py_modules = ['lighthisto', 'spiresbib', 'rivet.__init__', 'rivet.rivetwrap'],
       author = ['Andy Buckley'],
       author_email = 'andy at insectnation.org',
       url = 'http://projects.hepforge.org/rivet/',


More information about the Rivet-svn mailing list