Skip to content

Commit

Permalink
Merge pull request #51 from luiscoms/patch-1
Browse files Browse the repository at this point in the history
Added options to create universal wheel
  • Loading branch information
fabfuel committed May 15, 2023
2 parents 47ed1b9 + 37aac81 commit a2729c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ def readme():
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
]
],
options={'bdist_wheel':{'universal':True}}
)

0 comments on commit a2729c9

Please sign in to comment.