aboutsummaryrefslogtreecommitdiff
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)
downloadwit-wikitrans.tar.gz
wit-wikitrans.tar.bz2
Organizational changeswikitrans
-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
@@ -15,23 +15,27 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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',
# package_dir = {'src': ''},
packages = find_packages(exclude=['contrib', 'docs']),
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=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',

Return to:

Send suggestions and report system problems to the System administrator.