repo.or.cz
/
systematiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Intermediary commit with some links
[systematiki.git]
/
.release-info
blob
0c926b558026f63922f207429a759d2af1a8de0c
1
#!/bin/sh
2
APP_NAME
=
$
(
python
-c
"import sys; sys.path.insert(0, '.'); from setup import *; print info['name']"
)
3
APP_VERSION
=
$
(
python
-c
"import sys; sys.path.insert(0, '.'); from setup import *; print info['version']"
)
4