summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 40e3d5d..c25c58f 100644
--- a/README.rst
+++ b/README.rst
@@ -1,13 +1,13 @@
MediaWiki Markup Translator
===========================
This package provides Python framework for translating WikiMedia
articles to various formats. The present version supports
conversions to plain text, HTML, and Texinfo formats.
-A command line convertor utility is included.
+A command line converter utility is included.
Classes
=======
class ``WikiMarkup``
--------------------
diff --git a/setup.py b/setup.py
index 26cd88d..2052565 100644
--- a/setup.py
+++ b/setup.py
@@ -22,13 +22,13 @@ with open("README.rst", "r") as fh:
long_description = fh.read()
setup(name='wikitrans',
version='0.5.1',
author='Sergey Poznyakoff',
author_email='gray@gnu.org',
- url='http://www.gnu.org.ua/projects/wit',
+ url='http://www.gnu.org.ua/projects/wikitrans',
# package_dir = {'src': ''},
packages = find_packages(exclude=['contrib', 'docs']),
scripts=['bin/wikitrans'],
license='GPL License',
description='Wiki markup translator.',
long_description=long_description,

Return to:

Send suggestions and report system problems to the System administrator.