From 35b9c80f397304bdc7bc407c6690eedc4f34c16a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 8 Jul 2022 00:10:04 +0200 Subject: [PATCH] Updated build tools --- Makefile | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c816816..14b9fa1 100644 --- a/Makefile +++ b/Makefile @@ -28,5 +28,6 @@ build_wheel: release: build_wheel apk upload: + @echo Ready to publish release, hit enter to continue @echo Uploading to PyPi... twine upload dist/sbapp-* \ No newline at end of file diff --git a/setup.py b/setup.py index 16581ad..3615af5 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,6 @@ setuptools.setup( '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', )