mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-03 07:51:28 +01:00
make metadata collection files add build time
This commit is contained in:
parent
ce23f8892a
commit
33ad647e31
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -493,7 +493,8 @@ class Setup():
|
|||
for sharedir in [sharedir[0] for sharedir in sharedirs]:
|
||||
for sharefile in os.listdir(conf[sharedir]):
|
||||
if sharefile.endswith('.pony') and (sharefile != '.pony'):
|
||||
Popen(['./ponysay-tool.py', '--dimensions', conf[sharedir]], stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate()
|
||||
for toolcommand in ('--dimensions', '--metadata'):
|
||||
Popen(['./ponysay-tool.py', toolcommand, conf[sharedir]], stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate()
|
||||
break
|
||||
|
||||
for shell in [item[0] for item in shells]:
|
||||
|
|
Loading…
Add table
Reference in a new issue