Skip to content

Add pyproject.toml#39

Merged
sdhutchins merged 1 commit into
mainfrom
pyproject
Dec 3, 2025
Merged

Add pyproject.toml#39
sdhutchins merged 1 commit into
mainfrom
pyproject

Conversation

@sdhutchins
Copy link
Copy Markdown
Owner

@sdhutchins sdhutchins commented Dec 3, 2025

  • This PR adds a pyproject.toml file.

Note

Add pyproject.toml with project metadata/dependencies and replace setup.py with a minimal shim for backward compatibility.

  • Packaging:
    • Add pyproject.toml with build-system, project metadata, dependencies, optional-dependencies[docs], urls, and console script labrat.
    • Configure setuptools ([tool.setuptools]) to auto-find packages and include labrat.genetics package-data (codons.json).
  • Backwards compatibility:
    • Replace verbose setup.py with a minimal shim that calls setuptools.setup() and defers config to pyproject.toml.

Written by Cursor Bugbot for commit 2886edf. Configure here.

@sdhutchins sdhutchins self-assigned this Dec 3, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.74%. Comparing base (1c5ab17) to head (2886edf).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##            main      #39       +/-   ##
==========================================
+ Coverage   0.00%   63.74%   +63.74%     
==========================================
  Files         12       12               
  Lines        582      582               
  Branches       0       78       +78     
==========================================
+ Hits           0      371      +371     
+ Misses       582      193      -389     
- Partials       0       18       +18     
Flag Coverage Δ
unittests 63.74% <ø> (?)

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

☔ 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.

@sdhutchins sdhutchins merged commit b8baf14 into main Dec 3, 2025
8 checks passed
@sdhutchins sdhutchins deleted the pyproject branch December 3, 2025 00:08
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