|
From: <sub...@co...> - 2005-11-21 00:08:01
|
Author: ianb Date: 2005-11-21 00:07:53 +0000 (Mon, 21 Nov 2005) New Revision: 1309 Modified: FormEncode/tags/0.4/setup.cfg FormEncode/tags/0.4/setup.py Log: Auto-update of version strings Modified: FormEncode/tags/0.4/setup.cfg =================================================================== --- FormEncode/tags/0.4/setup.cfg 2005-11-21 00:07:37 UTC (rev 1308) +++ FormEncode/tags/0.4/setup.cfg 2005-11-21 00:07:53 UTC (rev 1309) @@ -1,35 +1,31 @@ [easy_install] find_links = http://svn.pythonpaste.org/package_index.html -[egg_info] -tag_build = dev -tag_svn_revision = true - [pudge] -theme = pythonpaste.org -docs = docs/index.txt docs/Validator.txt docs/ToDo.txt - docs/news.txt docs/htmlfill.txt docs/Design.txt - docs/community.txt docs/download.txt - docs/history.txt -doc_base = docs/ +title = FormEncode dest = docs/html +docs = docs/index.txt docs/Validator.txt docs/ToDo.txt + docs/news.txt docs/htmlfill.txt docs/Design.txt + docs/community.txt docs/download.txt + docs/history.txt +settings = normal_link_color=#083 + visited_color=#038 + hover_color=#dfd + body_outer_bg_color=#173 + body_border_color=#0f0 + nav_container_color=#7d9 + nav_button_color=#073 + nav_border_color=#0f5 + doctitle_color=#009900 + no_about=true + link1=/Validator.html Documentation modules = formencode -title = FormEncode +doc_base = docs/ +theme = pythonpaste.org mailing_list_url = http://formencode.org/community.html organization = FormEncode -settings = normal_link_color=#083 - visited_color=#038 - hover_color=#dfd - body_outer_bg_color=#173 - body_border_color=#0f0 - nav_container_color=#7d9 - nav_button_color=#073 - nav_border_color=#0f5 - doctitle_color=#009900 - no_about=true - link1=/Validator.html Documentation - [publish] -doc-dir = docs/html doc-dest = scp://ianbicking@shell.sf.net/home/groups/f/fo/formencode/htdocs/ +doc-dir = docs/html + Modified: FormEncode/tags/0.4/setup.py =================================================================== --- FormEncode/tags/0.4/setup.py 2005-11-21 00:07:37 UTC (rev 1308) +++ FormEncode/tags/0.4/setup.py 2005-11-21 00:07:53 UTC (rev 1309) @@ -2,7 +2,7 @@ use_setuptools() from setuptools import setup -version = "0.4" +version = '0.4' setup(name="FormEncode", version=version, |