Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 0ba4358

Browse files
committed
Add convenient alias for Windows build
1 parent 9d3268a commit 0ba4358

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[aliases]
22
upload_doc = build_sphinx upload_doc
33
release = sdist upload build_sphinx upload_doc
4+
bdist_egg_win32 = build -p win32 bdist_egg -p win32
5+
bdist_egg_win_amd64 = build -p win-amd64 bdist_egg

0 commit comments

Comments
 (0)