Skip to content

Commit

Permalink
markdown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Sep 4, 2019
1 parent 76ff1a0 commit 2d56ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.rst → README.md
@@ -1,4 +1,3 @@
=====
FidusWriter-PHPList
=====

Expand Down
3 changes: 2 additions & 1 deletion setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import find_namespace_packages, setup

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
README = readme.read()

os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
Expand All @@ -14,6 +14,7 @@
license='AGPL License',
description='A Fidus Writer plugin to integrate with an emaillist using PHPList.',
long_description=README,
long_description_content_type='text/markdown',
url='https://www.github.com/fiduswriter/fiduswriter-phplist',
author='Johannes Wilm',
author_email='johannes@fiduswriter.org',
Expand Down

0 comments on commit 2d56ac4

Please sign in to comment.