Skip to content

Commit

Permalink
Packaging: Make IntelHex a required package
Browse files Browse the repository at this point in the history
* This is needed to be able to run tmclfwupload out of the box
  • Loading branch information
trinamic-bp committed Jun 14, 2024
1 parent c674203 commit c2350ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Empty file added pytrinamic/cli/__init__.py
Empty file.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@
install_requires=[
"python-can>=3,<4",
"canopen",
"pyserial>=3"
"pyserial>=3",
"IntelHex>=2.3",
],
extras_require={
# Optional: Examples, scripts etc. that require additional libraries
"Extra": [
"IntelHex>=2.3"
],
},
classifiers=[
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit c2350ed

Please sign in to comment.