mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user