From 525734532636041aa62de0fb24bf597ef3cbc8c6 Mon Sep 17 00:00:00 2001 From: dimka665 Date: Tue, 9 Jul 2013 06:54:58 +0400 Subject: [PATCH] Typo fix --- .gitignore | 3 ++- .hgignore | 3 ++- README.rst | 1 + setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b93d38f..7f5dabc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__ .git .hg -.idea \ No newline at end of file +.idea +MANIFEST \ No newline at end of file diff --git a/.hgignore b/.hgignore index 3419eec..7f4e318 100644 --- a/.hgignore +++ b/.hgignore @@ -6,4 +6,5 @@ __pycache__ .git .hg -.idea \ No newline at end of file +.idea +MANIFEST \ No newline at end of file diff --git a/README.rst b/README.rst index f7ff7cf..416562a 100644 --- a/README.rst +++ b/README.rst @@ -29,3 +29,4 @@ generates "1[2-9]|2\d|3[0-4]" "\b(1[2-9]|2\d|3[0-4])\b" + diff --git a/setup.py b/setup.py index 88d310f..88f6d03 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ version='1.0', description='Python numeric range regular expression generator', long_description=long_description, - url='http://github.com/dimka665/range-ragex', + url='http://github.com/dimka665/range-regex', author='Dmitry Voronin', author_email='dimka665@gmail.com', license='Python Software Foundation License',