Small changes r0.2
authorIustin Pop <iusty@k1024.org>
Fri, 27 Dec 2002 21:55:09 +0000 (21:55 +0000)
committerIustin Pop <iusty@k1024.org>
Fri, 27 Dec 2002 21:55:09 +0000 (21:55 +0000)
MANIFEST.in
setup.py

index efdf0e58d78d6d6fcce299a905d6e0ff7076c81b..1174f5a7c39edb05a4a398efff5e91382487168e 100644 (file)
@@ -2,6 +2,7 @@ include README
 include PLATFORMS
 include IMPLEMENTATION
 include acl.c
+include os_*.c
 include MANIFEST
 include posix1e.html
 include posix1e.txt
index a60f60377cd7db3f93b740b707afaeb2f35b275d..6d45ac67e1eba70b551c177196dbcf39148ecf37 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ else:
 long_desc = """This is a C extension module for Python which
 implements POSIX ACLs manipulation. It is a wrapper on top
 of the systems's acl C library - see acl(5)."""
-version = "0.1"
+version = "0.2"
 setup(name="pylibacl",
       version=version,
       description="POSIX.1e ACLs for python",