diff --git a/code/cycler/LICENSE.txt b/code/cycler/LICENSE.txt new file mode 100644 index 00000000..7f9d6388 --- /dev/null +++ b/code/cycler/LICENSE.txt @@ -0,0 +1 @@ +code/LICENSE.txt \ No newline at end of file diff --git a/code/cycler/pyproject.toml b/code/cycler/pyproject.toml index b7ea6c1d..37d63176 100644 --- a/code/cycler/pyproject.toml +++ b/code/cycler/pyproject.toml @@ -41,7 +41,7 @@ requires-python = ">=3.7" # This is either text indicating the license for the distribution, or a file # that contains the license # https://packaging.python.org/en/latest/specifications/core-metadata/#license -license = {file = "../LICENSE.txt"} +license = {file = "./LICENSE.txt"} # This field adds keywords for your project which will appear on the # project page. What does your project relate to? diff --git a/code/datatypes/LICENSE.txt b/code/datatypes/LICENSE.txt new file mode 100644 index 00000000..7f9d6388 --- /dev/null +++ b/code/datatypes/LICENSE.txt @@ -0,0 +1 @@ +code/LICENSE.txt \ No newline at end of file diff --git a/code/datatypes/pyproject.toml b/code/datatypes/pyproject.toml index a6e4ab01..2d8d17ef 100644 --- a/code/datatypes/pyproject.toml +++ b/code/datatypes/pyproject.toml @@ -40,7 +40,7 @@ requires-python = ">=3.7" # This is either text indicating the license for the distribution, or a file # that contains the license # https://packaging.python.org/en/latest/specifications/core-metadata/#license -license = {file = "../LICENSE.txt"} +license = {file = "./LICENSE.txt"} # This field adds keywords for your project which will appear on the # project page. What does your project relate to?