Skip to content

Commit

Permalink
fix: re-add ignored generated files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
joekickass committed Oct 11, 2024
1 parent 57604b3 commit 606519b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions python/remotivelabs-broker/CHANGELOG.md

This file was deleted.

10 changes: 9 additions & 1 deletion python/remotivelabs-broker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "remotivelabs-broker"
description = 'RemotiveLabs Broker gRPC API'
version = "0.3.0-beta1"
version = "0.3.0-beta2"
readme = "README.md"
license = "Apache-2.0"
homepage = "https://remotivelabs.com/"
Expand All @@ -25,6 +25,14 @@ classifiers = [
"Topic :: Scientific/Engineering :: Information Analysis",
]
packages = [{ include = "remotivelabs" }]
# specify what files should be included when packaging/publishing the library
include = [
"README.md",
"LICENSE.txt",
"remotivelabs/broker/py.typed",
"remotivelabs/broker/**/*.py",
"remotivelabs/broker/**/*.pyi",
]

[tool.poetry.urls]
Issues = "https://github.com/remotivelabs/remotivelabs-apis/issues"
Expand Down

0 comments on commit 606519b

Please sign in to comment.