Merge pull request #239 from cbenhagen/patch-2
install requires virtualenv
This commit is contained in:
commit
97f9e293e0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ setup(
|
||||||
],
|
],
|
||||||
package_data={'buildozer': ['default.spec']},
|
package_data={'buildozer': ['default.spec']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['pexpect'],
|
install_requires=['pexpect', 'virtualenv'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta', 'Intended Audience :: Developers',
|
'Development Status :: 4 - Beta', 'Intended Audience :: Developers',
|
||||||
'Topic :: Software Development :: Build Tools',
|
'Topic :: Software Development :: Build Tools',
|
||||||
|
|
Loading…
Reference in a new issue