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

Render tabulator-py description properly on PyPi #243

Merged
merged 1 commit into from
Jul 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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