Skip to content

Fix setuptools deprecation warnings for resource packages#758

Merged
Et0h merged 2 commits into
Syncplay:masterfrom
hex110:fix/setuptools-deprecation
May 19, 2026
Merged

Fix setuptools deprecation warnings for resource packages#758
Et0h merged 2 commits into
Syncplay:masterfrom
hex110:fix/setuptools-deprecation

Conversation

@hex110
Copy link
Copy Markdown
Contributor

@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

hex110 and others added 2 commits February 16, 2026 00:13
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>
@Et0h Et0h merged commit 9782f81 into Syncplay:master May 19, 2026
5 of 6 checks passed
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

2 participants