[xiph-cvs] cvs commit: positron setup.py

Jack Moffitt jack at xiph.org
Thu Jun 19 11:59:11 PDT 2003



jack        03/06/19 14:59:11

  Modified:    .        setup.py
  Log:
  Bump version.

Revision  Changes    Path
1.12      +2 -3      positron/setup.py

Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/positron/setup.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- setup.py	28 May 2003 22:18:01 -0000	1.11
+++ setup.py	19 Jun 2003 18:59:11 -0000	1.12
@@ -22,8 +22,7 @@
 from distutils.core import setup
 from setupext import install_data_ext
 
-# FIXME: Jack!  Save me from the distutils monster!
-docdirbase  = 'share/doc/positron-1.0b2'
+docdirbase  = 'share/doc/positron'
 manpagebase = 'share/man/man1'
 docfiles    = filter(isfile, glob('doc/*.html')) + \
               filter(isfile, glob('doc/*.png')) + ['README', 'COPYING']
@@ -31,7 +30,7 @@
 examfiles   = filter(isfile, glob('doc/examples/*'))
 
 setup(name="positron",
-      version="1.0b2",
+      version="1.0",
       description="A synchronization manager for the Neuros Audio Computer",
       long_description="positron is the synchronization manager for the Neuros Audio Computer.\nIt supports adding, removing, and syncing files to/from the Neuros\ndevice.",
       license="BSD",

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list