Skip to content

Commit

Permalink
Merge pull request ipython#5501 from minrk/wheel-tags
Browse files Browse the repository at this point in the history
remove inappropriate wheel tag override
  • Loading branch information
minrk committed Apr 9, 2014
2 parents dd55c5b + ffbdf0e commit 0f1dad6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setupbase.py
Expand Up @@ -626,9 +626,6 @@ def run(self):

class bdist_wheel_tag(bdist_wheel):

def get_tag(self):
return ('py%i' % sys.version_info[0], 'none', 'any')

def add_requirements(self, metadata_path):
"""transform platform-dependent requirements"""
pkg_info = read_pkg_info(metadata_path)
Expand Down

0 comments on commit 0f1dad6

Please sign in to comment.