We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3ef687 + 154d417 commit 15e0723Copy full SHA for 15e0723
.travis.yml
@@ -56,6 +56,7 @@ script:
56
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
57
python setup.py install;
58
py.test vpython;
59
+ twine check dist/*;
60
fi
61
# Not much of a real test yet, just try to build myself...
62
- conda build --quiet vpython.recipe
setup.py
@@ -31,6 +31,7 @@
31
cmdclass=versioneer.get_cmdclass(),
32
description='VPython for Jupyter Notebook',
33
long_description=open('README.md').read(),
34
+ long_description_content_type="text/markdown",
35
author='John Coady / Ruth Chabay / Bruce Sherwood / Steve Spicklemire',
36
author_email='[email protected]',
37
url='http://pypi.python.org/pypi/vpython/',
0 commit comments