Skip to content

Commit

Permalink
chore: add py.typed marker
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 9, 2024
1 parent 428ad1e commit 910fbee
Showing 1 changed file with 3 additions and 0 deletions.
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 910fbee

Please sign in to comment.