Skip to content

Commit

Permalink
- Reverting the rest of the changes from 41a6b11.
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed May 29, 2022
1 parent 8775d9c commit 0d787a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DisplayCAL/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,8 @@ def findall(
# (package_data will be ignored when using py2exe)
package_data = {
name: config["package_data"][name]
if not do_py2app and not do_py2exe else []
if sys.platform in ("darwin", "win32") and not do_py2app and not do_py2exe
else []
}
if sdist and sys.platform in ("darwin", "win32"):
package_data[name].extend(
Expand Down

0 comments on commit 0d787a8

Please sign in to comment.