summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/"