Commit 3dea8f4b authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Mark the package as typed

parent 26ba7235
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ classifiers =
  Programming Language :: Python :: 3.8
  Programming Language :: Python :: 3.9
  Programming Language :: Python :: 3.10
  Typing::Typed

[options]
python_requires = >= 3.8
@@ -36,6 +37,9 @@ include =
  wpa_supplicant
  wpa_supplicant.*

[options.package_data]
wpa_supplicant = py.typed

[options.extras_require]
test =
  nose2[coverage_plugin]
+0 −0

Empty file added.