summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDB Tsai <dbtsai@Mac-Pro.local>2016-01-31 17:32:35 -0800
committerDB Tsai <dbtsai@Mac-Pro.local>2016-01-31 17:32:35 -0800
commit1395615bd60e66362c37fa8f57ea9a83018e49b9 (patch)
treeeb9ac593d02048ae1b20fd898b4460cd67f4ec6c
parent80c9bf6afe315006680094dc8bf236658db4526c (diff)
downloadpython-mimeparse-1395615bd60e66362c37fa8f57ea9a83018e49b9.tar.gz
Added CI status
-rw-r--r--README.md (renamed from README)2
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/README b/README.md
index 0b43d2c..a74906d 100644
--- a/README
+++ b/README.md
@@ -1,3 +1,5 @@
+# Travis CI Build Status [![Build Status](https://travis-ci.org/dbtsai/python-mimeparse.svg?branch=master)](https://travis-ci.org/dbtsai/python-mimeparse)
+
This module provides basic functions for handling mime-types. It can handle
matching mime-types against a list of media-ranges. See section 14.1 of
the HTTP specification [RFC 2616] for a complete explanation.
diff --git a/setup.py b/setup.py
index abdd03d..ae39488 100755
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
version=mimeparse.__version__,
description=("A module provides basic functions for parsing mime-type "
"names and matching them against a list of media-ranges."),
- author="David Tsai",
+ author="DB Tsai",
author_email="dbtsai@dbtsai.com",
url="https://github.com/dbtsai/python-mimeparse",
download_url=("http://pypi.python.org/packages/source/p/python-mimeparse/"