Skip to content

infra: move to use a pyproject.toml#189

Merged
sesmart merged 2 commits into
mainfrom
pyproject
May 6, 2026
Merged

infra: move to use a pyproject.toml#189
sesmart merged 2 commits into
mainfrom
pyproject

Conversation

@AbeCoull
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:
swaps fully over to a pyproject.toml file

Testing done:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@AbeCoull AbeCoull requested a review from speller26 March 11, 2026 16:30
@AbeCoull AbeCoull requested a review from a team as a code owner March 11, 2026 16:30
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c7093e2) to head (cadb0a5).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #189   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           34        34           
  Lines         1535      1535           
  Branches       200       200           
=========================================
  Hits          1535      1535           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread pyproject.toml
[tool.setuptools.dynamic]
version = { attr = "braket._algos._version.__version__" }

[tool.setuptools.package-data]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this just limiting the include_package_data=True option from before to .md files or is there more impact?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes but we can remove this scoped changed

@sesmart sesmart requested a review from rmshaffer April 23, 2026 14:30
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@sesmart sesmart merged commit 2424037 into main May 6, 2026
16 checks passed
@sesmart sesmart deleted the pyproject branch May 6, 2026 13:01
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.

4 participants