greatscottgadgets / ubertooth

Software, firmware, and hardware designs for Ubertooth
https://greatscottgadgets.com/ubertoothone/
GNU General Public License v2.0
1.92k stars 430 forks source link

Add specan_ui version to fix error in new setuptools versions #524

Open rhysperry111 opened 7 months ago

rhysperry111 commented 7 months ago

There seems to be an error when building on later versions of setuptools caused by the fact that the package version is currently empty. This PR just adds a version of 1 to work around the error

DarwinSurvivor commented 1 week ago

I actually found that simply removing the version line from setup.py allowed the package to build.