mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46:16 +03:00
import PIL
This commit is contained in:
parent
fe78a7a7d0
commit
583dd007d3
|
@ -55,9 +55,10 @@ author = u'Alex Clark'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0'
|
||||
import PIL
|
||||
version = PIL.PILLOW_VERSION
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0'
|
||||
release = PIL.PILLOW_VERSION
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in New Issue
Block a user