NREL / OpenOA

This library provides a framework for assessing wind plant performance using operational assessment (OA) methodologies that consume time series data from wind plants. The goal of the project is to provide an open source implementation of common data structures, analysis methods, and utility functions relevant to wind plant OA.
https://openoa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
194 stars 63 forks source link

Excluding examples module from setup.py packages list #237

Closed jordanperr closed 1 year ago

jordanperr commented 1 year ago

I discovered that the "examples" module was being installed as a separate package with OpenOA. This pollutes the user's environment and was not expected behavior to me. The culprit is this find_packages() function, which automatically includes all packages in the source tree unless specifically excluded.

Changes: