You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when creating new folders we have to also list them as packages in the setup.py file. Is there any reason why we have not considered using find_packages as suggested by the Python Packaging User Guide to take care of that?
Happy to submit a PR just not an expert on packaging, so wanted to discuss what if any caveats are out there first before making any changes
The text was updated successfully, but these errors were encountered:
Right now when creating new folders we have to also list them as packages in the setup.py file. Is there any reason why we have not considered using find_packages as suggested by the Python Packaging User Guide to take care of that?
Happy to submit a PR just not an expert on packaging, so wanted to discuss what if any caveats are out there first before making any changes
The text was updated successfully, but these errors were encountered: