Skip to content

Commit

Permalink
Fixed a bug in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
facconi committed Jul 16, 2010
1 parent 2f626dd commit 8fda1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
packages = find_packages(),
zip_safe=False,
package_data = {
'': ['fixtures/initial_data.json', 'locale/*'],
'': ['fixtures/initial_data.json', 'locale/*/*/*'],
},
)

0 comments on commit 8fda1dd

Please sign in to comment.