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>
This commit is contained in:
Mark McLoughlin
2007-12-13 09:31:28 +00:00
parent b3c39632ea
commit 2dd8c346f3
3 changed files with 3 additions and 9 deletions

View File

@@ -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.",