Skip to content

Commit

Permalink
Worked around a bizarre PyPy+Windows issue with bdist_egg
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 11, 2024
1 parent fa480d6 commit dedcc19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testdata/unicode.dist/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
version="0.1",
description="A testing distribution \N{SNOWMAN}",
packages=["unicodedist"],
zip_safe=True,
)

0 comments on commit dedcc19

Please sign in to comment.