Skip to content

Commit

Permalink
Should generate a universal wheel now.
Browse files Browse the repository at this point in the history
  • Loading branch information
themattrix committed Dec 22, 2014
1 parent bb4240d commit a53dae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='simian',
version='1.0.4',
version='1.0.5',
packages=('simian',),
url='https://github.com/themattrix/python-simian',
license='MIT',
Expand All @@ -16,8 +16,10 @@
classifiers=(
'Topic :: Software Development :: Testing',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit a53dae3

Please sign in to comment.