summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-08-16 23:00:07 -0700
committerBob Ippolito <bob@redivi.com>2011-08-16 23:00:07 -0700
commit60e8bea98c5a3b0ed0e43f5a1043c22741ab5955 (patch)
tree09359cc463e80ff74feaa16a4ce7d1b98635d1b4
parentd813a542178fc374b37eb48dd464beda23d7a7e9 (diff)
downloadxattr-60e8bea98c5a3b0ed0e43f5a1043c22741ab5955.tar.gz
change to github URL and add Solaris platform to metadatav0.6.2
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 4c6a9d3..f798f5d 100644
--- a/setup.py
+++ b/setup.py
@@ -37,10 +37,10 @@ setup(
classifiers=CLASSIFIERS,
author="Bob Ippolito",
author_email="bob@redivi.com",
- url="http://undefined.org/python/#xattr",
+ url="http://github.com/xattr/xattr",
license="MIT License",
packages=['xattr'],
- platforms=['MacOS X', 'Linux', 'FreeBSD'],
+ platforms=['MacOS X', 'Linux', 'FreeBSD', 'Solaris'],
ext_modules=[
Extension("xattr._xattr", ["xattr/_xattr.c"]),
],