This repository was archived by the owner on Sep 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
exclude .cookiecutter-replay.json
2
2
exclude .editorconfig
3
- exclude .gitignore
3
+ exclude .git*
4
4
exclude CODEOWNERS
5
5
exclude CONTRIBUTING.md
6
6
exclude mkdocs.yml
@@ -10,7 +10,3 @@ recursive-exclude .github *
10
10
recursive-exclude benchmarks *
11
11
recursive-exclude docs *
12
12
recursive-exclude tests *
13
- recursive-include frequenz-api-microgrid/proto *.proto
14
- recursive-include frequenz-api-microgrid/submodules/frequenz-api-common/proto *.proto
15
- recursive-include frequenz-api-microgrid/submodules/api-common-protos *.proto
16
- recursive-include src *.pyi
Original file line number Diff line number Diff line change 1
1
# Frequenz Microgrid API Python Bindings Release Notes
2
2
3
- This version corresponds to https://github.com/frequenz-floss/frequenz-api-microgrid/releases/tag/v0.17.0 .
3
+ ## Bug Fixes
4
+
5
+ Fix a packaging issue resulting in the generated files not being included.
Original file line number Diff line number Diff line change 5
5
requires = [
6
6
" setuptools == 68.1.0" ,
7
7
" setuptools_scm[toml] == 7.1.0" ,
8
- " setuptools-betterproto == 0.1 .0" ,
8
+ " setuptools-betterproto == 0.2 .0" ,
9
9
]
10
10
build-backend = " setuptools.build_meta"
11
11
You can’t perform that action at this time.
0 commit comments