summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-06 14:45:33 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-06 14:49:04 +0100
commit003e96753101da2fbe3572c763c9658845e7e793 (patch)
tree9893aedf7fefac882cd8a960decb2468e1375527
parent75b18580919c5355412ad0c0d34e64a2aad4bcd3 (diff)
downloadxattr-003e96753101da2fbe3572c763c9658845e7e793.tar.gz
Add Python 3 support marker in setup.py
With the new markers, it's clear to PyPi users that xattr works both on Python 2 and 3. This should be sufficient for xattr to show in green on the [Python 3 Wall of Superpowers](http://python3wos.appspot.com/).
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a319b88..bdfeb1a 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,8 @@ Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Operating System :: POSIX :: BSD :: FreeBSD
Programming Language :: Python
+Programming Language :: Python :: 2
+Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
""".splitlines()))