Skip to content

Commit

Permalink
Merge pull request #151 from bcb/add-zip_safe
Browse files Browse the repository at this point in the history
Pass zip_safe=False to setup()
  • Loading branch information
ilanschnell authored Oct 26, 2021
2 parents b0469d9 + 061ce0f commit d05dd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
sources = ["bitarray/_bitarray.c"]),
Extension(name = "bitarray._util",
sources = ["bitarray/_util.c"])],
zip_safe=False, # see PEP 561
**kwds
)

0 comments on commit d05dd66

Please sign in to comment.