See if we can start fixing stdeb as well

Micke Nordin 5 months ago
parent 84bdbc2476
commit bc37a45963

1
.gitignore vendored

@ -6,6 +6,7 @@ __pycache__/
.buildozer/
bin/
deb_dist/
# C extensions
*.so

@ -12,7 +12,7 @@ from kivy.uix.popup import Popup
from kivy.uix.screenmanager import Screen, ScreenManager
from kivy.uix.stacklayout import StackLayout
from src.tinge import HueBridge, HueGroup, HueUtils, Tinge
from tinge import HueBridge, HueGroup, HueUtils, Tinge
class HueApp(App):

@ -24,5 +24,5 @@ setuptools.setup(
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.9",
scripts=["scripts/tinge"],
scripts=["main.py"]
)

@ -1,3 +1,3 @@
[DEFAULT]
Depends3: python3-upnpy, python3-wxgtk4.0, python3-toml, python3-requests
Debian-Version: 2
Depends3: python3-upnpy, python3-kivy, python3-toml, python3-requests
Debian-Version: 1

Loading…
Cancel
Save