exclude build/dist
This commit is contained in:
parent
f7bb58c3bc
commit
fba3f46787
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,8 @@ def command_release(*args):
|
||||||
cmd += ['--exclude', 'gunicorn.pid']
|
cmd += ['--exclude', 'gunicorn.pid']
|
||||||
if module == 'oxjs':
|
if module == 'oxjs':
|
||||||
cmd += ['--exclude', 'oxjs/examples']
|
cmd += ['--exclude', 'oxjs/examples']
|
||||||
|
if module == 'platform_win32':
|
||||||
|
cmd += ['--exclude', 'build', '--exclude', 'dist']
|
||||||
run(*cmd)
|
run(*cmd)
|
||||||
release = {}
|
release = {}
|
||||||
release['modules'] = {module: {
|
release['modules'] = {module: {
|
||||||
|
|
Loading…
Reference in a new issue