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

[python-package] remove MSVS solution files from sdist #6698

Merged
merged 3 commits into from
Oct 26, 2024
Merged

Conversation

jameslamb
Copy link
Collaborator

Based on my understanding from #6689 (comment), the .sln and .vcxproj files in the windows/ directory are intended for use in the Visual Studio GUI, and don't need to be included in the source distribution of the Python package ("sdist").

This proposes removing them, to make the sdist on PyPI slightly smaller.

Copy link
Collaborator

@StrikerRUS StrikerRUS left a comment

Choose a reason for hiding this comment

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

LGTM, thank you for removing unused content!

I guess this line can also be safely removed now

./windows

@jameslamb
Copy link
Collaborator Author

Ah good point! I just pushed a commit removing that line too.

@StrikerRUS StrikerRUS merged commit c9d1ac7 into master Oct 26, 2024
48 checks passed
@StrikerRUS StrikerRUS deleted the no-windows branch October 26, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants