projects
/
pylibacl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bef393
)
Small changes
r0.2
author
Iustin Pop
<iusty@k1024.org>
Fri, 27 Dec 2002 21:55:09 +0000
(21:55 +0000)
committer
Iustin Pop
<iusty@k1024.org>
Fri, 27 Dec 2002 21:55:09 +0000
(21:55 +0000)
MANIFEST.in
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index efdf0e58d78d6d6fcce299a905d6e0ff7076c81b..1174f5a7c39edb05a4a398efff5e91382487168e 100644
(file)
--- 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 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",