Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include MIT license in generation configuration #65

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

philcluff
Copy link
Contributor

Addresses #64.

Doesn't run a regenerate because we've got one in the pipeline, but I've run a local regeneration, which creates this change in setup.py:

diff --git a/setup.py b/setup.py
index 13ec39e..1f50724 100644
--- a/setup.py
+++ b/setup.py
@@ -44,4 +44,5 @@ setup(
     include_package_data=True,
     long_description=get_file_text("README.md"),
     long_description_content_type="text/markdown",
+    license="MIT",
 )

This will go out in the next release of the Python SDK.

@philcluff philcluff requested a review from a team as a code owner October 13, 2023 09:24
Copy link

@cjpillsbury cjpillsbury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@philcluff philcluff merged commit 4071bfd into master Oct 13, 2023
1 check passed
@philcluff philcluff deleted the pc/license branch October 13, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants