Fixed py imports issue, I guess ?
This commit is contained in:
@@ -45,5 +45,5 @@ setup(
|
||||
long_description="""\
|
||||
boardmate_api API
|
||||
""", # noqa: E501
|
||||
package_data={"board_mate_client": ["py.typed"]},
|
||||
package_data={"openapi_client": ["py.typed"]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user