Skip to content

Fix up a few minor things in setup.py#1378

Open
mhucka wants to merge 3 commits into
quantumlib:mainfrom
mhucka:minor-readme-fixes
Open

Fix up a few minor things in setup.py#1378
mhucka wants to merge 3 commits into
quantumlib:mainfrom
mhucka:minor-readme-fixes

Conversation

@mhucka

@mhucka mhucka commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

This PR:

  • removes an unnecessary header line prepended to the description
  • adds a missing long_description_content_type value
  • improves the short description

This PR:

* removes an unnecessary header line prepended to the description
* adds a missing `long_description_content_type` value
* improves the short description
@mhucka mhucka marked this pull request as ready for review June 23, 2026 17:17
@mhucka mhucka requested review from mpharrigan and ncrubin June 23, 2026 17:18
@mhucka mhucka changed the title Fix up a few minor things in setup.py Fix up a few minor things in setup.py Jun 23, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

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.

Code Review

This pull request updates setup.py to refine the package description and set the long_description_content_type to 'text/markdown'. However, the initialization of long_description was removed, which will cause a NameError when trying to append to it. The reviewer suggested initializing long_description directly with the contents of the README file.

Comment thread setup.py Outdated
mhucka and others added 2 commits June 23, 2026 17:27
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@mhucka mhucka added the priority/before-1.7.2 Things to do before the next release label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority/before-1.7.2 Things to do before the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant