summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-09 15:50:21 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-09 15:50:21 +0300
commitd9e26129527ce84f626eb44ff95e4ecfbc5bc92a (patch)
treeeb9f3cb576f3c53bd5d715cbe6703295a6f4bd4b
parent89ab9e45dce95c802573aad9cde7e9339ccbf3ef (diff)
downloadwikitrans-d9e26129527ce84f626eb44ff95e4ecfbc5bc92a.tar.gz
wikitrans-d9e26129527ce84f626eb44ff95e4ecfbc5bc92a.tar.bz2
setup.py: update url
-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
@@ -4,7 +4,7 @@ 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
=======
diff --git a/setup.py b/setup.py
index 26cd88d..2052565 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ 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'],

Return to:

Send suggestions and report system problems to the System administrator.