1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-24 11:12:14 +01:00

Add py.typed marker to osc

This commit is contained in:
Enno Gotthold 2022-12-05 15:28:02 +01:00
parent a69104de6d
commit c1350d2004
No known key found for this signature in database
GPG Key ID: 18569829AD881702
2 changed files with 4 additions and 0 deletions

0
osc/py.typed Normal file
View File

View File

@ -46,6 +46,10 @@ lint =
darker==1.5.1
mypy
[options.package_data]
osc =
py.typed
[options.entry_points]
console_scripts =
osc = osc.babysitter:main