Skip to content
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

Switch back to using pyproject.toml to build #169

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mattwthompson
Copy link
Member

Fixes #168

Changes made in this Pull Request:

  • Move setup.py build config to pyproject.toml
  • Move a few simple config settings to pyproject.toml
  • Remove LGTM config, since it appears to not be used

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.10%. Comparing base (b4ee21b) to head (ed1fd45).

Additional details and impacted files

@mattwthompson mattwthompson marked this pull request as ready for review January 2, 2025 18:20
@mattwthompson
Copy link
Member Author

It's hard for me to reason through the failing tests - the package appears to build fine when used in the conventional CI so it's weird that it's not working in the "build from X" workflows

Copy link
Collaborator

@lilyminium lilyminium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what's going on with the conda build at the moment, since the conda test should be building from an environment file but is erroring on a lack of pytorch -- I'll kick the test again.

.github/workflows/gh-ci.yaml Outdated Show resolved Hide resolved
@lilyminium
Copy link
Collaborator

Check is now failing due to pypa/setuptools#2522 where the tarball is now created with underscores instead of hyphens. I think that this should have been correct behaviour overall, although it is slightly disconcerting to have the name set to openff-nagl and the tarball be openff_nagl.

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.

Switch to pyproject.toml
3 participants