Updated build tools

This commit is contained in:
Mark Qvist 2022-07-08 00:10:04 +02:00
parent feaaf0cfab
commit 35b9c80f39
2 changed files with 2 additions and 1 deletions

View File

@ -28,5 +28,6 @@ build_wheel:
release: build_wheel apk release: build_wheel apk
upload: upload:
@echo Ready to publish release, hit enter to continue
@echo Uploading to PyPi... @echo Uploading to PyPi...
twine upload dist/sbapp-* twine upload dist/sbapp-*

View File

@ -26,6 +26,6 @@ setuptools.setup(
'sideband=sbapp:main.run', 'sideband=sbapp:main.run',
] ]
}, },
install_requires=['rns>=0.3.9', 'lxmf>=0.1.7', 'kivy==2.1.0'], install_requires=['rns>=0.3.9', 'lxmf>=0.1.7', 'kivy==2.1.0', 'plyer'],
python_requires='>=3.6', python_requires='>=3.6',
) )