Merge pull request #1147 from Julian-O/patch-1
Declare Buildozer to be Stable
This commit is contained in:
commit
25a5a11b64
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -66,7 +66,8 @@ setup(
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['pexpect', 'virtualenv', 'sh'],
|
install_requires=['pexpect', 'virtualenv', 'sh'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta', 'Intended Audience :: Developers',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
'Intended Audience :: Developers',
|
||||||
'Topic :: Software Development :: Build Tools',
|
'Topic :: Software Development :: Build Tools',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
|
Loading…
Add table
Reference in a new issue