mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-27 01:02:15 +05:30
Pranav Jerry
5e58df0b71
Uses multithreading.Process instead of GLib.timeout_add() The moment I finished writing this part, I found out the only problem with my previous commit was that I had setup the timeout _after_ calling the blocking function wait_for_change instead of before it. Although this version (with Process) works, I'm reverting to the previous version and swapping the two lines (which I had tested and found to work) And in case you have read upto the previous line you should also know I fixed some code in the README TL;DR: I have proven once again I am an idiot
5 lines
169 B
TOML
5 lines
169 B
TOML
[build-system]
|
|
# I don't know what this means, I just copied it from some setuptools tutorial
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|