Add %end token to the end of packages and scripts that get written out.
[pykickstart.git] / setup.py
blob2098953fd43ea60ce2579ccc25567a2f631fa56d
1 #!/usr/bin/python2
3 from distutils.core import setup
5 setup(name='pykickstart', version='1.11',
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', 'pykickstart.handlers'])