include the default.spec when using setup.py install

This commit is contained in:
Mathieu Virbel 2012-12-19 18:23:51 +01:00
parent aea63eafe4
commit 5a9cfb1b2e

View file

@ -10,6 +10,7 @@ setup(
packages=[
'buildozer',
'buildozer.targets'],
package_data={'buildozer': ['default.spec']},
scripts=['tools/buildozer'],
description='Generic Python packager for Android / iOS and Desktop'
)