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

Exclude test packages from distribution in setup.py #37

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

Roman505050
Copy link
Contributor

This pull request includes a change to the setup.py file to improve the packaging configuration. The change excludes test directories from the list of packages to be included in the distribution.

  • setup.py: Modified the find_packages function to exclude directories matching "tests*" and "tests.*".

@xente xente added the enhancement New feature or request label Jan 14, 2025
@xente xente self-requested a review January 14, 2025 13:48
@xente xente merged commit 9e27b67 into xente:main Jan 14, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants