repo.or.cz
/
yap.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wip
[yap.git]
/
setup.py
blob
ab1e79d51cabe1f63a6028e17f174aecee0e0211
1
#!/usr/bin/env python
2
3
from
distutils
.
core
import
setup
4
5
vers
=
'0.1'
6
7
setup
(
name
=
'Yap'
,
8
version
=
vers
,
9
description
=
'Yet Another (Git) Porcelein'
,
10
author
=
'Steven Walter'
,
11
author_email
=
'stevenrwalter@gmail.com'
,
12
packages
=[
'yap'
])