Skip to content

Commit

Permalink
meta-ros2: python3-pymap3d: Remove license from setup.py
Browse files Browse the repository at this point in the history
The license string provided in setup.py was not properly processed.

  The following seems to be defined outside of `pyproject.toml`

Remove the license string in setup.py to allow pyproject.toml to set
the license for the project.

Signed-off-by: Mark Choi <[email protected]>
  • Loading branch information
mark-bchoi authored and robwoolley committed Jan 19, 2025
1 parent 7aa79b7 commit c560699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meta-ros2/recipes-devtools/python/python3-pymap3d_3.0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ from setuptools import setup
setup(
name="${PYPI_PACKAGE}",
version="${PV}",
license="${LICENSE}",
)
EOF
}
Expand Down

0 comments on commit c560699

Please sign in to comment.