Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2023 Daniel G. Taylor
Copyright (c) 2024 The betterproto contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Better Protobuf / gRPC Support for Python

![](https://github.com/danielgtaylor/python-betterproto/actions/workflows/ci.yml/badge.svg)
![](https://github.com/betterproto/python-betterproto2/actions/workflows/ci.yml/badge.svg)

> :octocat: If you're reading this on github, please be aware that it might mention unreleased features! See the latest released README on [pypi](https://pypi.org/project/betterproto/).

Expand Down Expand Up @@ -573,12 +573,7 @@ protoc \
- [x] Automate running tests
- [ ] Cleanup!

## Community

Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!

## License

Copyright © 2019 Daniel G. Taylor

http://dgt.mit-license.org/
Copyright © 2024 The betterproto contributors
Loading