diff options
Diffstat (limited to 'ipa-python/setup.py')
-rw-r--r-- | ipa-python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-python/setup.py b/ipa-python/setup.py index 3a5a6f4e..deb84f29 100644 --- a/ipa-python/setup.py +++ b/ipa-python/setup.py @@ -34,7 +34,7 @@ def setup_package(): try: setup( - name = "freeipa-python", + name = "ipa", version = "0.5.0", license = "GPL", author = "Karl MacMillan, et.al.", |