CVS: Products/ExternalEditor - MANIFEST.in:1.1 setup.py:1.4

Chris McDonough <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv20281

Modified Files:
	setup.py 
Added Files:
	MANIFEST.in 
Log Message:
More prep for 0.9 release.


=== Added File Products/ExternalEditor/MANIFEST.in ===
include *.txt
include zopeedit.py
include setup.py
recursive-include man *
recursive-include Plugins *.py



=== Products/ExternalEditor/setup.py 1.3 => 1.4 ===
--- Products/ExternalEditor/setup.py:1.3	Mon Jul 12 17:33:49 2004
+++ Products/ExternalEditor/setup.py	Mon Jun 20 19:17:09 2005
@@ -1,5 +1,7 @@
 import sys
 from distutils.core import setup
+from zopeedit import __version__
+
 try:
     import py2exe
 except ImportError:
@@ -9,8 +11,15 @@
 else:
     packages = ['Plugins']
 
-setup(name='zopeedit', 
+setup(name='zopeedit',
+      version=__version__,
+      description="Zope External Editor",
+      author="Casey Duncan and Contributors, maintained by Chris McDonough",
+      author_email="[email protected]",
+      url="http://www.plope.com/software/ExternalEditor",
       scripts=['zopeedit.py'],
       windows=['zopeedit.py'],
       options={"py2exe": {"packages": ["encodings", "Plugins", "win32com"]}},
-      packages=packages)
+      
+      packages=packages
+      )

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.