Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working

This commit is contained in:
Jason Gerard DeRose
2009-01-30 23:46:51 -07:00
committed by Rob Crittenden
parent c2b0c80140
commit 3274577cd6
7 changed files with 40 additions and 25 deletions

View File

@@ -23,11 +23,12 @@
Python-level packaging using distutils.
"""
from distutils.core import setup
from setuptools import setup
import ipalib
setup(
name='freeipa',
version='1.99.1',
version=ipalib.__version__,
license='GPLv2+',
url='http://freeipa.org/',
packages=[