$OpenBSD: patch-setup_py,v 1.6 2012/08/05 12:32:01 sthen Exp $
--- setup.py.orig	Sun Jun 17 16:47:10 2012
+++ setup.py	Thu Aug  2 00:45:53 2012
@@ -159,16 +159,16 @@ what-you-see-is-what-you-get plaintext markup syntax."
                      ['docutils/writers/odf_odt/styles.odt']),
                      ]
                    + s5_theme_files),
-    'scripts' : ['tools/rst2html.py',
-                 'tools/rst2s5.py',
-                 'tools/rst2latex.py',
-                 'tools/rst2xetex.py',
-                 'tools/rst2man.py',
-                 'tools/rst2xml.py',
-                 'tools/rst2pseudoxml.py',
-                 'tools/rstpep2html.py',
-                 'tools/rst2odt.py',
-                 'tools/rst2odt_prepstyles.py',
+    'scripts' : ['tools/rst2html',
+                 'tools/rst2s5',
+                 'tools/rst2latex',
+                 'tools/rst2xetex',
+                 'tools/rst2man',
+                 'tools/rst2xml',
+                 'tools/rst2pseudoxml',
+                 'tools/rstpep2html',
+                 'tools/rst2odt',
+                 'tools/rst2odt_prepstyles',
                  ],}
 """Distutils setup parameters."""
 
