summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2010-01-02 23:13:03 +0000
committerBob Ippolito <bob@redivi.com>2010-01-02 23:13:03 +0000
commit6c2159234ce5a534b996bbf3ecd5295b87fcb58e (patch)
tree645eb5c33fee9c35c5486afd052d7398ab6363ba /setup.py
parent2219053938529df211440e2b5758bc6ecaf17062 (diff)
downloadxattr-6c2159234ce5a534b996bbf3ecd5295b87fcb58e.tar.gz
experimental solaris support, test suite, move dirs around
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a0bffec..8ee78c7 100644
--- a/setup.py
+++ b/setup.py
@@ -41,9 +41,8 @@ setup(
license="MIT License",
packages=['xattr'],
platforms=['MacOS X', 'Linux', 'FreeBSD'],
- package_dir={'xattr': 'Lib/xattr'},
ext_modules=[
- Extension("xattr._xattr", ["Modules/xattr/_xattr.c"]),
+ Extension("xattr._xattr", ["xattr/_xattr.c"]),
],
entry_points={
'console_scripts': [