Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e26c3e2

Browse files
committed
fixed another pytz setup bug; still one remains
svn path=/trunk/matplotlib/; revision=6110
1 parent 43224e8 commit e26c3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def add_pytz():
172172
basepath = dirpath.split(os.path.sep, 1)[1]
173173
resources.extend([os.path.join(basepath, filename)
174174
for filename in filenames])
175-
package_data = {'pytz': resources}
175+
package_data['pytz'] = resources
176176

177177
assert len(resources) > 10, 'zoneinfo files not found!'
178178

0 commit comments

Comments
 (0)