mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Add setup.cfg to support the wheel format
This commit is contained in:
parent
94b59d327e
commit
cdeb482a68
1 changed files with 6 additions and 0 deletions
6
setup.cfg
Normal file
6
setup.cfg
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
|
||||||
|
; Publish a universal wheel to PyPI:
|
||||||
|
; $ pip install -U pip wheel
|
||||||
|
; $ python setup.py sdist bdist_wheel upload
|
||||||
Loading…
Add table
Add a link
Reference in a new issue