Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
10 lines (8 sloc) 247 Bytes
[config]
# applies to sdist and build commands
with-htmlhelp=
[aliases]
# build a sdist and a wheel release with included widget help
# files
build_release_sdist = clean build_htmlhelp sdist
build_release_wheel = clean build_htmlhelp bdist_wheel
You can’t perform that action at this time.