Skip to content

Commit 243fb05

Browse files
committed
Support Wheel Distribution
Don't complain about existing versions
1 parent 952a0e5 commit 243fb05

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ deploy:
1818
on:
1919
tags: true
2020
python: '3.6'
21-
distributions: sdist
21+
distributions: "sdist bdist_wheel"
22+
skip_existing: true

setup.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = README.md
3+
4+
[bdist_wheel]
5+
universal = 1

0 commit comments

Comments
 (0)