Skip to content
Snippets Groups Projects
Commit 8434050b authored by Robert Rosca's avatar Robert Rosca
Browse files

Add todo's

parent ee94d18d
No related branches found
No related tags found
1 merge request!437Fix/requirements into setuppy
...@@ -77,11 +77,11 @@ setup( ...@@ -77,11 +77,11 @@ setup(
description="", description="",
long_description="", long_description="",
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
license="(c) European XFEL GmbH 2018", license="(c) European XFEL GmbH 2018", # TODO: find licence, assuming this will be open sourced eventually
packages=[ packages=[
"cal_tools", "cal_tools",
"xfel_calibrate", "xfel_calibrate",
], ], # TODO: use setuptools.find_packages(), need to resolve issue
package_dir={ package_dir={
"cal_tools": "cal_tools/cal_tools", "cal_tools": "cal_tools/cal_tools",
"xfel_calibrate": "xfel_calibrate", "xfel_calibrate": "xfel_calibrate",
......
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