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-11 04:07:21 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3fc77da70a
Pillow
/
setup.cfg
9 lines
88 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
Set flake8 max-line-length to a common-ish value (80+10%)
2018-11-11 23:49:01 +03:00
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
Set flake8 max-line-length to a common-ish value (80+10%)
2018-11-11 23:49:01 +03:00
[flake8]
max-line-length
=
88
Reference in New Issue
Copy Permalink