Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
use manylinux2010
Browse files Browse the repository at this point in the history
  • Loading branch information
szha committed Mar 3, 2020
1 parent 3b93939 commit 550fd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

if platform.system() == 'Linux':
sys.argv.append('--universal')
sys.argv.append('--plat-name=manylinux1_x86_64')
sys.argv.append('--plat-name=manylinux2010_x86_64')

from setuptools import setup, find_packages
from setuptools.dist import Distribution
Expand Down

0 comments on commit 550fd21

Please sign in to comment.