comparison setup.py @ 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
comparison
equal deleted inserted replaced
586:d68e8204f7c3 587:eac8e2d3933c
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 """Extra custom params:
4
5 --only-pure Build a pure-Python Wheel
6 --windows-cross-pack Pack with a pre-built Windows "_speedups.pyd".
7 Most likely "-p win_amd64" is needed also.
8
9 """
3 10
4 from __future__ import print_function, absolute_import 11 from __future__ import print_function, absolute_import
5 12
6 import re 13 import re
7 import os 14 import os