Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fix wheel not including the generated files (v0.15) (#22)
Browse files Browse the repository at this point in the history
- **Don't copy any git related files to the source distribution**
- **Remove unused rule**
- **Upgrade to setuptools-betterproto v0.2.0**
  • Loading branch information
llucax authored May 23, 2024
2 parents b835fe8 + c91740a commit 954362d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
6 changes: 1 addition & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exclude .cookiecutter-replay.json
exclude .editorconfig
exclude .gitignore
exclude .git*
exclude CODEOWNERS
exclude CONTRIBUTING.md
exclude mkdocs.yml
Expand All @@ -10,7 +10,3 @@ recursive-exclude .github *
recursive-exclude benchmarks *
recursive-exclude docs *
recursive-exclude tests *
recursive-include frequenz-api-microgrid/proto *.proto
recursive-include frequenz-api-microgrid/submodules/frequenz-api-common/proto *.proto
recursive-include frequenz-api-microgrid/submodules/api-common-protos *.proto
recursive-include src *.pyi
14 changes: 1 addition & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Frequenz Microgrid API Python Bindings Release Notes

## Summary

<!-- Here goes a general summary of what this release is about -->

## Upgrading

<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

## New Features

<!-- Here goes the main new features and examples or instructions on how to use them -->

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
Fix a packaging issue resulting in the generated files not being included.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"setuptools == 68.1.0",
"setuptools_scm[toml] == 7.1.0",
"setuptools-betterproto == 0.1.0",
"setuptools-betterproto == 0.2.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 954362d

Please sign in to comment.