Update these other files too. Why do I keep forgetting this?
[pykickstart.git] / setup.py
bloba95b29dd448a34ee0ac55e7c35bcc2d9ff823514
1 #!/usr/bin/python2
3 from distutils.core import setup
5 setup(name='pykickstart', version='0.94',
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=['validator/ksvalidator'],
10 packages=['pykickstart', 'pykickstart.commands'])