Don't compare the dest ("telnet") with the option string ("--telnet").
[pykickstart.git] / setup.py
blob23873a14079ff889445710647744bbae4bafbaa2
1 #!/usr/bin/python2
3 from distutils.core import setup
5 setup(name='pykickstart', version='1.73',
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'])