Skip to content

Commit

Permalink
Merge pull request #1794 from BobTheBuidler/patch-3
Browse files Browse the repository at this point in the history
chore: add py.typed marker
  • Loading branch information
iamdefinitelyahuman authored Jan 6, 2025
2 parents 428ad1e + f4341fb commit 553be4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This changelog format is based on [Keep a Changelog](https://keepachangelog.com/
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eth-brownie/brownie)
### Added
- `py.typed` marker

## [1.20.6](https://github.com/eth-brownie/brownie/tree/v1.20.6) - 2024-06-22
### Added
Expand Down
1 change: 1 addition & 0 deletions brownie/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"console_scripts": ["brownie=brownie._cli.__main__:main"],
"pytest11": ["pytest-brownie=brownie.test.plugin"],
},
package_data={
"brownie": ["py.typed"],
},
include_package_data=True,
python_requires=">=3.10,<4",
classifiers=[
Expand Down

0 comments on commit 553be4b

Please sign in to comment.