diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2019-02-12 08:15:46 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2019-02-12 08:58:33 +0200 |
| commit | 0aa153a419f711e1568cf9265c9cc82e9e4dc7e9 (patch) | |
| tree | 3568e6286b109479d7bd2331d03369867aa0abbd | |
| parent | 933a8920d3ac8773da10294bc28e3a0cd4e2e651 (diff) | |
| download | wheel-git-0aa153a419f711e1568cf9265c9cc82e9e4dc7e9.tar.gz | |
Fixed warning about the [wheel] section in tests
| -rw-r--r-- | tests/testdata/headers.dist/setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/headers.dist/setup.cfg b/tests/testdata/headers.dist/setup.cfg index 7c964b4..3c6e79c 100644 --- a/tests/testdata/headers.dist/setup.cfg +++ b/tests/testdata/headers.dist/setup.cfg @@ -1,2 +1,2 @@ -[wheel] +[bdist_wheel] universal=1 |
