Skip to content
Snippets Groups Projects
Commit a297d47a authored by Alán Muñoz's avatar Alán Muñoz
Browse files

add package_dir

parent 31000172
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ setup( ...@@ -4,6 +4,7 @@ setup(
name="pipeline-core", name="pipeline-core",
version="0.1.1-dev", version="0.1.1-dev",
packages=find_packages("pcore"), packages=find_packages("pcore"),
package_dir={"": "pcore"},
include_package_data=True, include_package_data=True,
url="", url="",
license="", license="",
...@@ -11,7 +12,6 @@ setup( ...@@ -11,7 +12,6 @@ setup(
author_email="diane.adjavon@ed.ac.uk", author_email="diane.adjavon@ed.ac.uk",
description="Core utilities for microscopy pipeline", description="Core utilities for microscopy pipeline",
python_requires=">=3.7", python_requires=">=3.7",
include_package_data=True,
install_requires=[ install_requires=[
"numpy", "numpy",
"dask", "dask",
......
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