summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-09 11:57:51 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-09 11:57:51 +0300
commit89ab9e45dce95c802573aad9cde7e9339ccbf3ef (patch)
tree35e00602eedcf4f02c6968d50158765e21aacb22
parentad2bfbae4f654253fcaab12534c910ba14093e92 (diff)
downloadwikitrans-89ab9e45dce95c802573aad9cde7e9339ccbf3ef.tar.gz
wikitrans-89ab9e45dce95c802573aad9cde7e9339ccbf3ef.tar.bz2
Organizational changes
-rw-r--r--setup.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b4adc62..26cd88d 100644
--- a/setup.py
+++ b/setup.py
@@ -18,8 +18,11 @@
from setuptools import setup, find_packages
from codecs import open
+with open("README.rst", "r") as fh:
+ long_description = fh.read()
+
setup(name='wikitrans',
- version='0.5',
+ version='0.5.1',
author='Sergey Poznyakoff',
author_email='gray@gnu.org',
url='http://www.gnu.org.ua/projects/wit',
@@ -28,7 +31,8 @@ setup(name='wikitrans',
scripts=['bin/wikitrans'],
license='GPL License',
description='Wiki markup translator.',
- long_description='Translates MediaWiki documents markup to various other formats',
+ long_description=long_description,
+ long_description_content_type="text/x-rst",
platforms=['any'],
test_suite='tests',
classifiers=[

Return to:

Send suggestions and report system problems to the System administrator.