[Zconfig] SVN: ZConfig/trunk/setup. - add scripts back to the setup
(some people wanted those)
Fred L. Drake, Jr.
fdrake at gmail.com
Thu Aug 30 23:57:19 EDT 2007
Log message for revision 79394:
- add scripts back to the setup (some people wanted those)
- add information about the doc files
Changed:
A ZConfig/trunk/setup.cfg
U ZConfig/trunk/setup.py
-=-
Added: ZConfig/trunk/setup.cfg
===================================================================
--- ZConfig/trunk/setup.cfg (rev 0)
+++ ZConfig/trunk/setup.cfg 2007-08-31 03:57:18 UTC (rev 79394)
@@ -0,0 +1,7 @@
+[bdist_rpm]
+doc_files =
+ LICENSE.txt
+ NEWS.txt
+ README.txt
+ doc/schema.dtd
+ doc/zconfig.pdf
Property changes on: ZConfig/trunk/setup.cfg
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: ZConfig/trunk/setup.py
===================================================================
--- ZConfig/trunk/setup.py 2007-08-31 03:50:27 UTC (rev 79393)
+++ ZConfig/trunk/setup.py 2007-08-31 03:57:18 UTC (rev 79394)
@@ -11,6 +11,7 @@
url='http://www.zope.org/Members/fdrake/zconfig/',
packages=find_packages("."),
+ scripts=["scripts/zconfig", "scripts/zconfig_schema2html"],
include_package_data=True,
zip_safe=False,
classifiers=[
More information about the ZConfig
mailing list