[Python-modules-commits] [python-mpegdash] 01/05: Import python-mpegdash_0.1.5.orig.tar.gz

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Tue Oct 18 06:13:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

kobla-guest pushed a commit to branch master
in repository python-mpegdash.

commit 1c4931dc0a0678346c43ba78f072d42949019ae5
Author: Ondřej Kobližek <ondrej.koblizek at firma.seznam.cz>
Date:   Tue Oct 18 06:57:31 2016 +0200

    Import python-mpegdash_0.1.5.orig.tar.gz
---
 README.md |  3 +++
 setup.py  | 11 ++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 73eedfb..380ad50 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@
 MPEG-DASH MPD(Media Presentation Description) Parser
 compatible with Python2.6+ and Python3
 
+## Install
+    $ pip install mpegdash
+
 ## Test
     $ python -m unittest discover
     $ python3 -m unittest discover
diff --git a/setup.py b/setup.py
index 74024a5..6cfdba9 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
   long_description=long_description,
   author="supercast",
   author_email="gamzabaw at gmail.com",
-  version="0.1.0",
+  version="0.1.5",
   license="MIT",
   zip_safe=False,
   include_package_data=True,
@@ -23,4 +23,13 @@ setup(
   url="https://github.com/caststack/python-mpegdash",
   tests_require=tests_reqs,
   test_suite="tests.my_module_suite",
+  classifiers = [
+    "Programming Language :: Python",
+    "Programming Language :: Python :: 3",
+    "Environment :: Other Environment",
+    "Intended Audience :: Developers",
+    "License :: OSI Approved :: MIT License",
+    "Operating System :: OS Independent",
+    "Topic :: Software Development :: Libraries :: Python Modules",
+  ],
 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mpegdash.git



More information about the Python-modules-commits mailing list