This website requires JavaScript.
Explore
Help
Register
Sign In
python-pillow
/
Pillow
Watch
1
Star
1
Fork
0
You've already forked Pillow
mirror of
https://github.com/python-pillow/Pillow.git
synced
2024-11-10 19:56:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a9f847bed1
Pillow
/
setup.cfg
7 lines
90 B
INI
Raw
Normal View
History
Unescape
Escape
Test with coverage on Windows, update 'setup.py test'
2017-10-29 16:11:00 +03:00
[aliases]
test
=
pytest
Include license file in the generated wheel packages The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
2017-10-15 22:15:07 +03:00
[metadata]
license_file
=
LICENSE
Test with coverage on Windows, update 'setup.py test'
2017-10-29 16:11:00 +03:00
[tool:pytest]
No need to run coverage on dev machines
2017-12-28 13:02:13 +03:00
addopts
=
-vx Tests
Reference in New Issue
Copy Permalink