Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2021-03-22 17:36:50 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2021-03-22 17:44:15 +0300
commitc9124132a604047d0ef97a09c0e99cd9bed2c818 (patch)
tree27e977c6c2e809a42fa07692e72d6f3dbfee78d0
parentf7e4140a27d9e63517b5d596bc117bd6d5248888 (diff)
Further poetry fix..nanopb-0.4.50.4.5
-rw-r--r--extra/poetry/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/poetry/pyproject.toml b/extra/poetry/pyproject.toml
index ac0224b..b03b482 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -10,7 +10,7 @@ homepage = "https://jpa.kapsi.fi/nanopb/"
documentation = "https://jpa.kapsi.fi/nanopb/docs/index.html"
keywords = ["protobuf", "protoc"]
classifiers = ["Topic :: Software Development :: Build Tools"]
-include = ["nanopb/generator/**/*"]
+include = ["nanopb/**/*", "nanopb/__init__.py"]
[tool.poetry.scripts]
nanopb_generator = "nanopb.generator.nanopb_generator:main_cli"