Skip to content

Commit 15e0723

Browse files
authored
Merge pull request #6 from mwcraig/change-readme-type
Set the type (markdown) of README
2 parents e3ef687 + 154d417 commit 15e0723

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ script:
5656
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
5757
python setup.py install;
5858
py.test vpython;
59+
twine check dist/*;
5960
fi
6061
# Not much of a real test yet, just try to build myself...
6162
- conda build --quiet vpython.recipe

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
cmdclass=versioneer.get_cmdclass(),
3232
description='VPython for Jupyter Notebook',
3333
long_description=open('README.md').read(),
34+
long_description_content_type="text/markdown",
3435
author='John Coady / Ruth Chabay / Bruce Sherwood / Steve Spicklemire',
3536
author_email='[email protected]',
3637
url='http://pypi.python.org/pypi/vpython/',

0 commit comments

Comments
 (0)