Skip to content

Remove duplicate "fudge" entry from the packages list - #28

Open
jon-proximafusion wants to merge 1 commit into
llnl:masterfrom
shimwell:pyproject-remove-stale-package-entries
Open

Remove duplicate "fudge" entry from the packages list#28
jon-proximafusion wants to merge 1 commit into
llnl:masterfrom
shimwell:pyproject-remove-stale-package-entries

Conversation

@jon-proximafusion

Copy link
Copy Markdown

"fudge" appears twice in the [tool.setuptools] packages list, at lines 24 and 30. This removes the second occurrence.

Purely cosmetic: setuptools dedupes the list, so nothing about the installed result changes. I verified that rather than assuming it, by building a wheel from master and from this branch and comparing them:

  • 263 installed paths, identical in both once the versioningit version string is normalised.
  • 256 of 261 payload files byte identical.
  • The 5 that differ are fudge/fudgeVersion.py (just the git derived version string) and 4 compiled artifacts, which have identical byte sizes and differ only through build paths embedded by the compiler.

Also confirmed setuptools reports 33 package entries and 32 unique before, 32 and 32 after.

"fudge" is listed twice in [tool.setuptools] packages. setuptools
dedupes the list, so this has no effect on what gets installed, but
the repeat is confusing when editing the list.

Co-authored-by: shimwell <mail@jshimwell.com>
Co-authored-by: jon-proximafusion <jon@proximafusion.com>
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