mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
Create the foundational Python SDK package structure: - pyproject.toml with project metadata and dependencies - src/mattermost_plugin/ package with src layout - Configured for Python >=3.9 with grpcio and protobuf deps - Dev dependencies include grpcio-tools, mypy-protobuf, pytest Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
154 B
Python
4 lines
154 B
Python
# Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
# See LICENSE.txt for license information.
|
|
|
|
"""Tests for the Mattermost Plugin SDK."""
|