Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Render tabulator-py description properly on PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
serahkiburu committed Jul 19, 2018
1 parent caa43ad commit 09ed58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
15 changes: 1 addition & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
sudo:
required

dist:
trusty

addons:
apt:
packages:
- pandoc
false

language:
python
Expand All @@ -33,11 +25,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
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def read(*paths):
},
zip_safe=False,
long_description=README,
long_description_content_type='text/markdown',
description='Consistent interface for stream reading and writing tabular data (csv/xls/json/etc)',
author='Open Knowledge Foundation',
author_email='info@okfn.org',
Expand Down

0 comments on commit 09ed58d

Please sign in to comment.