mirror of
https://github.com/markqvist/Sideband.git
synced 2025-04-21 16:06:26 -04:00
Updated build tools
This commit is contained in:
parent
feaaf0cfab
commit
35b9c80f39
1
Makefile
1
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-*
|
2
setup.py
2
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',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user