Skip to content

Commit

Permalink
setup.cfg: specify universal bdist
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarcasm committed Nov 18, 2016
1 parent 90d4a4a commit cc374fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions compdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import print_function, unicode_literals, absolute_import

# The version as used in the setup.py
__version__ = '0.0.1'

from compdb.compdb import App
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

0 comments on commit cc374fc

Please sign in to comment.