changeset 587:eac8e2d3933c

Add a comment about extra arguments to setup.py
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 09 Jan 2022 13:50:52 +0100
parents d68e8204f7c3
children 79d1e2399af6
files setup.py
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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