Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Use new long_description_content_type for markdown readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Jun 27, 2018
1 parent 1102e44 commit 3bcec22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Expand Up @@ -4,11 +4,6 @@ sudo:
dist:
trusty

addons:
apt:
packages:
- pandoc

language:
python

Expand All @@ -28,11 +23,6 @@ script:
after_success:
- coveralls

before_deploy:
- pandoc --version
- pandoc -f markdown_github -t rst -o README.rst README.md
- mv README.rst README.md

deploy:
provider: pypi
user: okfn
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -47,6 +47,7 @@ def read(*paths):
extras_require={'develop': TESTS_REQUIRE},
zip_safe=False,
long_description=README,
long_description_content_type="text/markdown",
description='{{ DESCRIPTION }}',
author='Open Knowledge International',
author_email='info@okfn.org',
Expand Down

0 comments on commit 3bcec22

Please sign in to comment.