fugue-project / adagio

A Dag IO framework
Apache License 2.0
12 stars 3 forks source link

Remove the tests directory from the build files. #31

Closed ikedaosushi closed 1 month ago

ikedaosushi commented 7 months ago

Background

The top-level tests directory is included in the build files. When I install the library, there's tests directory in the site-packages as well as adagio, and adagio_version. It may prevent the users from importing their tests directory.

スクリーンショット 2024-02-28 19 03 12

Changes

I added the exclude option to find_packages to exclude the test directory

ikedaosushi commented 7 months ago

Hi, @goodwanghan. Could you check this PR when you have time? The library is a dependency of PyCaret, so many users would face the issue.

goodwanghan commented 1 month ago

@ikedaosushi I am sorry I was not aware of this PR. Will publish 0.2.5 to fix this issue

ikedaosushi commented 1 month ago

@goodwanghan thank you!