Skip to content

Commit

Permalink
Merge pull request #140 from lpsinger/not-universal
Browse files Browse the repository at this point in the history
Package need not be universal
  • Loading branch information
dfm committed Aug 5, 2020
2 parents b19291e + cff0629 commit 693a033
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@ def find_meta(meta, meta_file=read(META_PATH)):
extras_require=EXTRA_REQUIRE,
classifiers=CLASSIFIERS,
zip_safe=True,
options={"bdist_wheel": {"universal": "1"}},
)

0 comments on commit 693a033

Please sign in to comment.