Skip to content

Commit

Permalink
Restrict to cp35 and win32
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Aug 8, 2016
1 parent 69bb314 commit fb83031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'.'.join([str(v) for v in version_numbers])
+ status.prerelease_suffix
# TODO: this is totally cheating, revisit the revision scheme
+ '4'# prerelease_str
+ '5'# prerelease_str
)

directories = [
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[bdist_wheel]
python-tag = cp35
plat-name = win32

0 comments on commit fb83031

Please sign in to comment.