Skip to content

Commit

Permalink
Remove the executable bit from cairo/__init__.py
Browse files Browse the repository at this point in the history
Remove the undesired executable bit from `cairo/__init__.py`,
as the file is not really meant to be executed directly.  With
the project migrating to meson, the file now started getting installed
to site-packages as executable.
  • Loading branch information
mgorny committed Sep 7, 2024
1 parent 0462d8d commit 6c034c1
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified cairo/__init__.py
100755 → 100644
Empty file.

0 comments on commit 6c034c1

Please sign in to comment.