aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-10-05 21:59:07 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-10-05 21:59:07 +0200
commita8095425740b33100ec98a205c07222f2b0cf49e (patch)
tree932477e56f25bc245644ee5817144b7aee00608d
parent4897720c88dfc6d08184b194cff633ba8bb9f969 (diff)
downloadcucutags-a8095425740b33100ec98a205c07222f2b0cf49e.tar.gz
Package README as well.
Rename README.md to README (hopefully github will understand)
-rw-r--r--README (renamed from README.md)0
-rwxr-xr-xcucutags.py2
-rw-r--r--setup.py2
3 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README
index e3cfc7f..e3cfc7f 100644
--- a/README.md
+++ b/README
diff --git a/cucutags.py b/cucutags.py
index 8a1c09e..d95077b 100755
--- a/cucutags.py
+++ b/cucutags.py
@@ -31,7 +31,7 @@ logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s',
import parse
__docformat__ = 'reStructuredText'
-__version__ = "0.4.0"
+__version__ = "0.5.0"
__author__ = u"Matěj Cepl <mcepl_at_redhat_dot_com>"
diff --git a/setup.py b/setup.py
index 0f64ee7..9ba697e 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(
author=u'Matěj Cepl',
author_email='mcepl@redhat.com',
url='https://gitorious.org/cucutags/cucutags/',
- long_description=read("README.md"),
+ long_description=read("README"),
cmdclass={'test': RunTests},
keywords=['BDD', 'behave', 'ctags', 'tags'],
classifiers=[