Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43224e8 commit e26c3e2Copy full SHA for e26c3e2
1 file changed
setup.py
@@ -172,7 +172,7 @@ def add_pytz():
172
basepath = dirpath.split(os.path.sep, 1)[1]
173
resources.extend([os.path.join(basepath, filename)
174
for filename in filenames])
175
- package_data = {'pytz': resources}
+ package_data['pytz'] = resources
176
177
assert len(resources) > 10, 'zoneinfo files not found!'
178
0 commit comments