master
Glenn K. Lockwood 2018-09-21 19:28:50 -04:00 committed by Glenn K. Lockwood
parent 13fd0c6c16
commit 32f256f4ef
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ version = u'3.2'
# The full version, including alpha/beta/rc tags.
release = u'3.2.0'
for line in open(os.path.join('..', '..', 'META', 'r')):
for line in open(os.path.join('..', '..', 'META'), 'r'):
key, value = line.split(None, 1)
if key == "Package:":
project = value