mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02: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
|
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-*
|
2
setup.py
2
setup.py
@ -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',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user