Skip to content

Commit

Permalink
python: specify packages to install for each module
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rms committed Oct 9, 2024
1 parent 4ec37c5 commit 84d8451
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion python/mcap-protobuf-support/mcap_protobuf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.5.2"
2 changes: 1 addition & 1 deletion python/mcap-protobuf-support/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install_requires =
mcap>=0.0.14
protobuf>=4.25
install_package_data = True
packages = find:
packages = mcap_protobuf
python_requires = >=3.7

[options.package_data]
Expand Down
2 changes: 1 addition & 1 deletion python/mcap-ros1-support/mcap_ros1/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.2"
__version__ = "0.7.3"
4 changes: 2 additions & 2 deletions python/mcap-ros1-support/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ classifiers =

[options]
install_package_data = True
install_requires =
install_requires =
mcap>=0.0.14
pyyaml
packages = find:
packages = mcap_ros1
python_requires = >=3.7

[options.package_data]
Expand Down
2 changes: 1 addition & 1 deletion python/mcap-ros2-support/mcap_ros2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.4"
__version__ = "0.5.5"
4 changes: 2 additions & 2 deletions python/mcap-ros2-support/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ classifiers =

[options]
install_package_data = True
install_requires =
install_requires =
mcap>=0.0.14
packages = find:
packages = mcap_ros2
python_requires = >=3.7

[options.package_data]
Expand Down
2 changes: 1 addition & 1 deletion python/mcap/mcap/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"
4 changes: 2 additions & 2 deletions python/mcap/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ classifiers =

[options]
include_package_data = True
install_requires =
install_requires =
lz4
zstandard
packages = find:
packages = mcap
python_requires = >=3.7

[options.package_data]
Expand Down

0 comments on commit 84d8451

Please sign in to comment.