From e1d43c4b87fb21ebb8635050b20887e0379b3ad9 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 27 Dec 2002 21:55:09 +0000 Subject: [PATCH] Small changes --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index efdf0e5..1174f5a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include README include PLATFORMS include IMPLEMENTATION include acl.c +include os_*.c include MANIFEST include posix1e.html include posix1e.txt diff --git a/setup.py b/setup.py index a60f603..6d45ac6 100644 --- 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", -- 2.39.2