Skip to content

Commit

Permalink
For for universal packaging [skip ci].
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Aug 10, 2020
1 parent 599b476 commit 3aa07aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ def platform_ext(plat):


class bdist_wheel_injected(bdist_wheel):
def finalize_options(self):
super(bdist_wheel_injected, self).finalize_options()
self.root_is_pure = True

def run(self):
global platform
platform = self.plat_name
Expand Down

0 comments on commit 3aa07aa

Please sign in to comment.