import PIL

This commit is contained in:
Alex Clark 2015-04-04 08:49:18 -04:00
parent fe78a7a7d0
commit 583dd007d3

View File

@ -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.