Skip to content

Commit e97db55

Browse files
Merge pull request #18 from staticf0x/build-wheel
Add option to build wheel
2 parents b3078ee + 4c5676b commit e97db55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@
4949
author_email='[email protected]',
5050
url='https://github.com/MyColorfulDays/jsonformatter.git',
5151
license='BSD License',
52-
packages=['jsonformatter']
52+
packages=['jsonformatter'],
53+
options={'bdist_wheel': {'universal': True}},
5354
)

0 commit comments

Comments
 (0)