Commit 1d3cf819 authored by Stephan Richter's avatar Stephan Richter

If we have setuptools, then let's include all data. I tried the

distutils-compatible method but it failed miserably.
parent c9d44979
......@@ -79,6 +79,7 @@ else:
],
zip_safe = False,
entry_points = entry_points,
include_package_data = True,
)
scripts = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment