Add support for the realm command
[pykickstart.git] / setup.py
blob5a3539f54e0bbd1518eae3292ef5d60279243f00
1 #!/usr/bin/python2
3 from distutils.core import setup
5 setup(name='pykickstart', version='1.99.29',
6 description='Python module for manipulating kickstart files',
7 author='Chris Lumens', author_email='clumens@redhat.com',
8 url='http://fedoraproject.org/wiki/pykickstart',
9 scripts=['tools/ksvalidator', 'tools/ksflatten', 'tools/ksverdiff'],
10 packages=['pykickstart', 'pykickstart.commands', 'pykickstart.handlers'])