diff options
author | Andrea Censi <acensi@ethz.ch> | 2023-02-17 21:32:52 +0100 |
---|---|---|
committer | Andrea Censi <acensi@ethz.ch> | 2023-02-17 21:32:52 +0100 |
commit | c12b2cf32061386a0a47517f9a7d31fdba73b5b8 (patch) | |
tree | f01973957fa0c265b849473198351ffe94214a1c /pyproject.toml | |
parent | misc (diff) | |
download | act4e-c12b2cf32061386a0a47517f9a7d31fdba73b5b8.tar.gz act4e-c12b2cf32061386a0a47517f9a7d31fdba73b5b8.zip |
misc
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..6300d7c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,23 @@ +[project] +name = "ACT4E-MySolutions" +version = "0.1" +authors = [{name = "", email = ""}] +dependencies = [ + "ACT4E-exercises", + ] + +[tool] +[tool.poetry] +name = "ACT4E-MySolutions" +version = "0.1" +description = "" +authors = [" <>"] +packages = [ + {from = "src", include = "act4e_solutions"}, + ] + +[tool.setuptools] +packages = [ + "act4e_solutions", + ] +package-dir = {"" = "src"} |