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

Address pyflamegpu setuptools package would be ignored warnings #962

Merged
merged 2 commits into from
Nov 9, 2022

Conversation

ptheywood
Copy link
Member

Replaces use of setuptools.find_packages with setuptools.find_namespaced_packages to fix Package would be ignored warnings generated by the include directory tree being embedded in the wheel.

(setuptools docs)[https://setuptools.pypa.io/en/latest/userguide/datafiles.html#subdirectory-for-data-files]

Closes #955

Replaces use of setuptools.find_packages with setuptools.find_namespaced_packages to fix Package would be ignored warnings generated by the include directory tree being embedded in the wheel.

(setuptools docs)[https://setuptools.pypa.io/en/latest/userguide/datafiles.html#subdirectory-for-data-files]

Closes #955
Copy link
Member

@Robadob Robadob left a comment

Choose a reason for hiding this comment

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

Fixes that specific issue for me

Copy link
Member

@mondus mondus left a comment

Choose a reason for hiding this comment

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

All good.

@mondus mondus merged commit 0501279 into master Nov 9, 2022
@mondus mondus deleted the py-package-would-be-ignored branch November 9, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potential Wheel Warnings
3 participants