Skip to content
Snippets Groups Projects
Commit ee00179c authored by juga's avatar juga Committed by Matt Traudt
Browse files

Include all package data in the binary distribution

Using MANIFEST.in would include those files in the source distribution,
but include_package_data is need to also include all of them in the
binary distribution.
The binary distrution was missing tests on others not included in
package_data.
parent 60b1355f
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ setup(
'Development Status :: 4 - Beta',
],
packages=find_packages(),
include_package_data=True,
package_data={
'sbws': get_package_data(),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment