Skip to content

Comments

Fix setuptools deprecation warnings for resource packages#758

Open
hex110 wants to merge 1 commit intoSyncplay:masterfrom
hex110:fix/setuptools-deprecation
Open

Fix setuptools deprecation warnings for resource packages#758
hex110 wants to merge 1 commit intoSyncplay:masterfrom
hex110:fix/setuptools-deprecation

Conversation

@hex110
Copy link

@hex110 hex110 commented Feb 16, 2026

Summary

  • Adds empty __init__.py files to syncplay/resources/, syncplay/resources/lua/, and syncplay/resources/lua/intf/ so find_packages() discovers them as proper Python packages
  • Eliminates the "Installing 'syncplay.resources' as data is deprecated" setuptools warnings

Closes #543

Setuptools warns about installing 'syncplay.resources' and
'syncplay.resources.lua.intf' as data rather than packages. Adding
empty __init__.py files makes find_packages() discover them properly.

Closes Syncplay#543

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

[QA] SetuptoolsDeprecationWarning

1 participant