Skip to content

Commit

Permalink
Use package_data instead of discouraged data_files option
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrouswheel committed Jan 8, 2014
1 parent 83f371a commit 73afc34
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
@@ -86,7 +86,7 @@ def fullsplit(path, result=None):
platforms=['any'],
packages=packages,
cmdclass=cmdclasses,
data_files=data_files,
package_data=data_files,
install_requires=['six'],
tests_require=['Django'],
test_suite='run_tests.main',

0 comments on commit 73afc34

Please sign in to comment.