repo.or.cz
/
pykickstart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix make archive target.
[pykickstart.git]
/
setup.py
blob
1fb2e61c8dd283bf4afe25d4adc9f7e6c9ddae1b
1
#!/usr/bin/python2
2
3
from
distutils
.
core
import
setup
4
5
setup
(
name
=
'pykickstart'
,
version
=
'0.2'
,
6
description
=
'Python module for manipulating kickstart files'
,
7
author
=
'Chris Lumens'
,
author_email
=
'clumens@redhat.com'
,
8
packages
=[
'pykickstart'
])