Skip to content

fix: standardize package license metadata and documentation links - #176

Merged
hadrien merged 4 commits into
mainfrom
fix/standard-license
Sep 22, 2026
Merged

hadrien merged 4 commits into
mainfrom
fix/standard-license

Conversation

@hadrien

@hadrien hadrien commented Sep 22, 2026

Copy link
Copy Markdown
Owner

Problem

  • Deprecated setuptools license configuration disables license inclusion in distributions.
  • The implicit build backend leaves license metadata support dependent on the installed setuptools version.
  • Package documentation links point to the repository instead of the documentation site.

Solution

  • Declare the MIT SPDX expression and LICENSE file using standard project metadata.
  • Pin the setuptools build backend to version 84.0.0.
  • Remove the deprecated empty license-files override.
  • Point Homepage and Documentation to the published documentation site.

Next

  • N/A

Bead: fs-wqi

@codecov

codecov Bot commented Sep 22, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #176   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          133       133           
  Branches         7         7           
=========================================
  Hits           133       133           
Flag Coverage Δ
fastapi-post121 97.74% <ø> (ø)
fastapi-pre121 100.00% <ø> (ø)
python-3.12 100.00% <ø> (ø)
python-3.13 100.00% <ø> (ø)
python-3.14 100.00% <ø> (ø)
sqlmodel 96.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@hadrien
hadrien marked this pull request as ready for review September 22, 2026 15:08
@hadrien hadrien changed the title fix: use standard project license metadata fix: standardize package license metadata and documentation links Sep 22, 2026
@hadrien
hadrien merged commit 153e921 into main Sep 22, 2026
17 checks passed
@hadrien
hadrien deleted the fix/standard-license branch September 22, 2026 16:05
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.

1 participant