# HG changeset patch # User Oben Sonne # Date 1317817408 -7200 # Wed Oct 05 14:23:28 2011 +0200 # Node ID 4405bed558f62715bac241a90989cd5340e15901 # Parent b57d5b1f5c9c6ee9cb7ddc0393bc37fe4a0e6599 release preparations diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ =============================================================================== -markowik +Markowik =============================================================================== Markowik converts `Markdown`_ formatted text to `Google Code Wiki`_. @@ -14,6 +14,8 @@ .. _`test suite`: http://code.google.com/p/markowik/source/browse#hg%2Fsrc%2Ftests .. _`show case`: http://code.google.com/p/markowik/w/list?q=label:Test +.. contents:: :depth: 2 + ------------------------------------------------------------------------------- Installation ------------------------------------------------------------------------------- @@ -235,7 +237,7 @@ =============================================================================== ------------------------------------------------------------------------------- -Version 0.1 (in development) +Version 0.1 ------------------------------------------------------------------------------- - initial release diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -15,9 +15,18 @@ description="Convert Markdown to Google Code Wiki", long_description=README, classifiers=[ - # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers + 'Development Status :: 4 - Beta', + 'Environment :: Console', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: MIT License', + 'Natural Language :: English', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Topic :: Software Development :: Documentation', + 'Topic :: Text Processing :: Markup', + 'Topic :: Utilities', ], - keywords='markdown google-code wiki', + keywords='markdown google-code wiki converter', author='Oben Sonne', author_email='obensonne@googlemail.com', url='http://pypi.python.org/pypi/markowik',