mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Move version from setup.py to pyproject.toml
This commit is contained in:
parent
adc64336ab
commit
5fb892a9e2
|
@ -74,6 +74,9 @@ packages = ["PIL"]
|
|||
include-package-data = true
|
||||
package-dir = {"" = "src"}
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "PIL.__version__"}
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user