[Reportbug-commits] r576 - in branches/modules (setup.py)

lawrencc at users.alioth.debian.org lawrencc at users.alioth.debian.org
Mon Jul 14 21:07:24 UTC 2008


    Date: Monday, July 14, 2008 @ 21:07:23
  Author: lawrencc
Revision: 576

Somehow setup.py got dropped when I was setting up the branch in svn.  Ugh.

Added:
  branches/modules/setup.py

Added: branches/modules/setup.py
===================================================================
--- branches/modules/setup.py	                        (rev 0)
+++ branches/modules/setup.py	2008-07-14 21:07:23 UTC (rev 576)
@@ -0,0 +1,26 @@
+#!/usr/bin/env python
+#
+# $Id: setup.py,v 1.8 2005/03/04 04:45:44 lordsutch Exp $
+
+from setuptools import setup
+import reportbug
+import os
+import glob
+
+# i18n = []
+# for lang in glob.glob('*.po'):
+#     lang = lang[:-3]
+#     if lang == 'messages':
+#         continue
+#     i18n.append( ('share/locale/%s/LC_MESSAGES' % lang,
+#                   ['i18n/%s/LC_MESSAGES/foomatic-gui.mo' % lang]) )
+
+setup(name='reportbug', version=reportbug.VERSION_NUMBER,
+      description='bug reporting tool',
+      author='reportbug maintainence team',
+      author_email='reportbug-maint at lists.alioth.debian.org',
+      url='http://alioth.debian.org/projects/reportbug',
+      data_files=[('share/reportbug', ['handle_bugscript', 'reportbug.el']),
+                  ('share/bug/reportbug', ['presubj', 'script'])],
+      license='MIT', packages=['reportbug'],
+      scripts=['bin/reportbug', 'bin/querybts'])


Property changes on: branches/modules/setup.py
___________________________________________________________________
Name: svn:executable
   + *




More information about the Reportbug-commits mailing list