-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pyproject.toml #464
base: main
Are you sure you want to change the base?
Add pyproject.toml #464
Conversation
The failing CI will be resolved after #465 is merged; we will wait to review/merge until that is merged. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #464 +/- ##
=======================================
Coverage 60.67% 60.67%
=======================================
Files 23 23
Lines 3537 3537
=======================================
Hits 2146 2146
Misses 1391 1391
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for adding this! Happy for this to be merged
|
||
[project] | ||
name = "tobac" | ||
version = "1.5.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to get the version from the __init__.py
file as previously?
Resolves #442 and adds a (fairly basic)
pyproject.toml
to tobac.Note that this is proposed as a merge to main.