Skip to content

Conversation

@mattwthompson
Copy link
Member

@mattwthompson mattwthompson commented Dec 1, 2025

openforcefield/status#122

The key change is that Setuptools crawls for files in openff/toolkit/ instead of the root of the directory (current behavior). This means docs.conf.py is no longer packaged, which it shouldn't be.

@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.19%. Comparing base (e92ed59) to head (66e06ba).

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

find = {}
[tool.setuptools.packages.find]
include = [ 'openff.toolkit*' ]
exclude = [ 'openff.toolkit.data' ]
Copy link
Member Author

Choose a reason for hiding this comment

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

This prevents files in openff/toolkit/data from being included in Python and Conda packages by default. These files take up the more space the disk than the Python files defining the package itself (this can be turned off):

image

This may not be desired, and these lines offer control over what is and is not packaged

@mattwthompson mattwthompson marked this pull request as ready for review December 2, 2025 16:58
@mattwthompson mattwthompson requested a review from j-wags as a code owner December 2, 2025 16:58
@j-wags j-wags self-assigned this Dec 10, 2025
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.

3 participants