1
0

update setup and MANIFEST.in

This commit is contained in:
thomasv
2013-10-07 13:26:10 +02:00
parent 37888fc6a5
commit dfadb97f6a
3 changed files with 4 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ if __name__ == '__main__':
shutil.copytree("aes",'dist/e4a-%s/aes'%version)
shutil.copytree("lib",'dist/e4a-%s/lib'%version)
os.mkdir('dist/e4a-%s/gui'%version)
for n in ['gui_android.py', 'pyqrnative.py', 'bmp.py']:
for n in ['android.py']:
shutil.copy("gui/%s"%n,'dist/e4a-%s/gui'%version)
open('dist/e4a-%s/gui/__init__.py'%version,'w').close()