Skip to content

Commit

Permalink
fix Leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Meister committed Apr 18, 2024
1 parent 84e0739 commit a8ac713
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libconcord/bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@

from setuptools import setup
import os
import sys

common_name='libconcord'
common_version='1.5'

if os.environ.get("WIN32WHEEL", None) == "1":
#Win32 Wheel Option Set
sys.argv.remove('--win32wheel')
setup(
name=common_name,
version=common_version,
Expand Down

0 comments on commit a8ac713

Please sign in to comment.