Skip to content
Snippets Groups Projects
Commit 52bb775b authored by Aditya Dange's avatar Aditya Dange
Browse files

Update setup.py

parent bf1facee
Branches
Tags
No related merge requests found
...@@ -19,7 +19,9 @@ setup(name=name, ...@@ -19,7 +19,9 @@ setup(name=name,
author=author, author=author,
author_email=author_email, author_email=author_email,
license=license, license=license,
packages=find_packages(), # packages=find_packages(),
packages=[pkg for pkg in find_packages('skabase/')],
package_dir={'': 'skabase'},
include_package_data=True, include_package_data=True,
scripts=["scripts/gen_csv_info.py", scripts=["scripts/gen_csv_info.py",
"scripts/purge_xmi_tree.py", "scripts/purge_xmi_tree.py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment