Skip to content

Commit

Permalink
Don't specify setuptools_scm as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mumrah committed Sep 16, 2023
1 parent 7b5e67a commit 4fe2789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firmware/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def get_version():
setup(
name='tarpn-bbd-firmware',
version=get_version(),
setup_requires=['setuptools_scm'],
packages=[''],
data_files=[
("extra", ["bootloader/optiboot_atmega328.hex", ".pio/build/ATmega328P_RPi/firmware.hex"]),
Expand Down

0 comments on commit 4fe2789

Please sign in to comment.