Skip to content

Commit

Permalink
fix: package build (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrergeru authored Oct 11, 2024
1 parent cc8f918 commit 587aa56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.3.1

Fix package issues

# 4.3.0

Add support for Team APIs
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0
4.3.1
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 587aa56

Please sign in to comment.