blob: d0092d4441c5f25c4eb3b4fb7ac540bb4a99b821 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[bdist_wheel]
universal=1
[metadata]
# ensure that the LICENSE file is included in the built wheels
license_file = LICENSE
[devpi:upload]
formats=sdist,bdist_wheel
[aliases]
release = sdist bdist_wheel upload
|