Commit fa46e646 by Carlos Andrés Rocha

Remove namespace packages from installtion

Luigi cannot correctly package a task if they are inside a namespace
package.
parent 5a2241ee
__import__('pkg_resources').declare_namespace(__name__)
__import__('pkg_resources').declare_namespace(__name__)
......@@ -11,10 +11,7 @@ skip_changelog = True
[files]
packages =
edx.analytics.tasks
namespace_packages =
edx
edx.analytics
data_files =
share/edx.analytics.tasks = share/*
......
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