mirror of
https://github.com/streamlink/streamlink
synced 2024-11-01 01:19:33 +01:00
a14f170a04
* build: fix for universal wheel on python 2.7 * release: fix build order for deploys The script to build the sdist and wheel packages is run before the script that uploads them to PyPI. The sdist script doesn't clean up the environment, but extra prune options have been added to the MANIFEST.in file (thanks @back-to). * build: ensure twine/wheel up-to-date and upload sdist/whl separately
14 lines
231 B
INI
14 lines
231 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = src/streamlink/_version.py
|
|
versionfile_build = streamlink/_version.py
|
|
tag_prefix =
|
|
parentdir_prefix = streamlink-
|