From 6f6798f8ba70be9901b63f48ccb90e658111313c Mon Sep 17 00:00:00 2001 From: Soeren Wegener Date: Sun, 5 May 2019 21:57:55 +0200 Subject: [PATCH] Fix description content type --- .travis.yml | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba7cf1dd..528f4b88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ before_script: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 manimlib/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics script: - - true # add other tests here + - python setup.py test + - python setup.py bdist_wheel deploy: provider: pypi user: swegener diff --git a/setup.cfg b/setup.cfg index 65dac68b..2b2b8391 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ author = Grant Sanderson author-email= grant@3blue1brown.com summary = Animation engine for explanatory math videos description-file = README.md -description-content-type = text/x-md; charset=UTF-8 +description-content-type = text/markdown; charset=UTF-8 home-page = https://github.com/3b1b/manim project_urls = Bug Tracker = https://github.com/3b1b/manim/issues