summaryrefslogtreecommitdiffstats
path: root/ipa-python/setup.py
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2007-12-13 09:31:28 +0000
committerMark McLoughlin <markmc@redhat.com>2007-12-13 09:31:28 +0000
commit2dd8c346f34f361c19166c5033a2af8c1367159b (patch)
tree043a0e5d8cc6c72ebed336a76c1ce88bafbcd388 /ipa-python/setup.py
parentb3c39632ea59b6a4ea063571038111db3db1cd30 (diff)
downloadfreeipa-2dd8c346f34f361c19166c5033a2af8c1367159b.tar.gz
freeipa-2dd8c346f34f361c19166c5033a2af8c1367159b.tar.xz
freeipa-2dd8c346f34f361c19166c5033a2af8c1367159b.zip
Fix ipa-python packaging
Latest Fedora 9 python distutils generates .egg-info files; follow the recommendation at: http://fedoraproject.org/wiki/Packaging/Python/Eggs and just package everything under %{python_sitelib}/ Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Diffstat (limited to 'ipa-python/setup.py')
-rw-r--r--ipa-python/setup.py2
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.",