[Python-modules-commits] [python-exif] 17/19: add more python3 versions to compat list

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Oct 6 22:18:39 UTC 2014


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

debacle pushed a commit to reference refs/remotes/upstream/develop
in repository python-exif.

commit bce80b49d1b9ac7a178e6cae19416ba3712109f5
Author: ianaré sévi <ianare at gmail.com>
Date:   Fri Feb 21 19:44:45 2014 +0100

    add more python3 versions to compat list
---
 README.rst | 8 ++++++++
 setup.py   | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 525d9b2..98c31c0 100644
--- a/README.rst
+++ b/README.rst
@@ -30,6 +30,14 @@ Download an archive from the project's `releases page <https://github.com/ianare
 
 Extract and enjoy.
 
+
+*************
+Compatibility
+*************
+
+This version of the library 
+
+
 *****
 Usage
 *****
diff --git a/setup.py b/setup.py
index b076fea..f9009db 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,8 @@ setup(
         "Operating System :: OS Independent",
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
-        "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: 3.2",
+        "Programming Language :: Python :: 3.3",
         "Topic :: Utilities",
     ),
 )

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



More information about the Python-modules-commits mailing list