From 587aa561938bd233267dfe1a0d510e6133ff4a2c Mon Sep 17 00:00:00 2001 From: Tetrergeru Date: Fri, 11 Oct 2024 12:55:57 +0200 Subject: [PATCH] fix: package build (#43) --- CHANGELOG.md | 4 ++++ VERSION.txt | 2 +- setup.py | 7 ++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d6ad0..e29550d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.3.1 + +Fix package issues + # 4.3.0 Add support for Team APIs diff --git a/VERSION.txt b/VERSION.txt index 8191138..ecedc98 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.3.0 \ No newline at end of file +4.3.1 \ No newline at end of file diff --git a/setup.py b/setup.py index b573be6..903a5f1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,12 @@ author_email = 'al.lukyanchenko@gmail.com', packages=[ 'moira_client', - 'moira_client.models' + 'moira_client.models', + 'moira_client.models.team', + 'moira_client.models.team.contact', + 'moira_client.models.team.settings', + 'moira_client.models.team.subscription', + 'moira_client.models.team.user', ], classifiers=[ 'Development Status :: 4 - Beta',