forked from github/pelican
Build Pelican wheels in universal format
Including a binary wheel when uploading Pelican to PyPI will speed up installation for the Pelican community. This change ensures that the Pelican wheel is compatible with all supported Python versions. For more information, see: https://pypi.python.org/pypi/wheel
This commit is contained in:
parent
ad74464e94
commit
3b0823f5e6
1 changed files with 2 additions and 0 deletions
2
setup.cfg
Normal file
2
setup.cfg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[wheel]
|
||||
universal = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue