Skip to content

Commit

Permalink
still getting install failiures due to package_data since this is in …
Browse files Browse the repository at this point in the history
…the manifest anyhow lets just remove it
  • Loading branch information
edcrewe committed Oct 30, 2014
1 parent 49f812a commit 83067ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@
packages=['csvimport', ],
include_package_data=True,
namespace_packages=['csvimport', ],
package_data = {
# If any package contains *.csv or *.rst files, include them:
'': ['*.csv', '*.rst'],
},
# this line always breaks install?
# package_data = {'csvimport': ['*.csv', '*.rst']},
zip_safe=False,
install_requires=[
'django>=1.7',
Expand Down

0 comments on commit 83067ae

Please sign in to comment.