# HG changeset patch # User Franz Glasner # Date 1641732652 -3600 # Node ID eac8e2d3933c829291bd266912a0614869669767 # Parent d68e8204f7c3237941bb4e5d32b5a54abf7cc2f5 Add a comment about extra arguments to setup.py diff -r d68e8204f7c3 -r eac8e2d3933c setup.py --- a/setup.py Sun Jan 09 13:46:57 2022 +0100 +++ b/setup.py Sun Jan 09 13:50:52 2022 +0100 @@ -1,5 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +"""Extra custom params: + +--only-pure Build a pure-Python Wheel +--windows-cross-pack Pack with a pre-built Windows "_speedups.pyd". + Most likely "-p win_amd64" is needed also. + +""" from __future__ import print_function, absolute_import