Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahadır Kandemir committed Jun 20, 2008
1 parent 5d930a0 commit bcf6021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,4 +1,5 @@
include COPYING include COPYING
include AUTHORS include AUTHORS
include README
include test.py include test.py
test_pksimple.py test_pksimple.py
1 change: 1 addition & 0 deletions README
@@ -0,0 +1 @@
Python bindings for PolicyKit (0.8)
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -45,8 +45,8 @@ def pkg_config(package):


setup(name="pypolkit", setup(name="pypolkit",
version="0.1", version="0.1",
description="Python bindings for polkit-grant", description="Python bindings for PolicyKit",
long_description="Python bindings for polkit-grant", long_description="Python bindings for PolicyKit",
license="GNU GPL2", license="GNU GPL2",
author="Bahadır Kandemir", author="Bahadır Kandemir",
author_email="bahadir@pardus.org.tr", author_email="bahadir@pardus.org.tr",
Expand Down

0 comments on commit bcf6021

Please sign in to comment.