Skip to content

Commit

Permalink
Include py.typed in wheel file (#1648)
Browse files Browse the repository at this point in the history
Co-authored-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
FlorentJeannot and ssbarnea authored Jul 18, 2022
1 parent 86aa4bd commit 4ad8b02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers =
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: System :: Systems Administration
Typing :: Typed

[options]
python_requires = >=3.7
Expand All @@ -40,6 +41,9 @@ install_requires =
[options.packages.find]
exclude = tests

[options.package_data]
piptools = py.typed

[options.extras_require]
testing =
pytest
Expand Down

0 comments on commit 4ad8b02

Please sign in to comment.