diff options
author | Andrea Censi <AndreaCensi@users.noreply.github.com> | 2023-10-18 12:59:37 +0200 |
---|---|---|
committer | Andrea Censi <AndreaCensi@users.noreply.github.com> | 2023-10-18 12:59:37 +0200 |
commit | 6c8351d32b1fbbac60370a8a10eaac9a9e36965c (patch) | |
tree | f2021d4291246ef2627a268b400072209401b889 | |
parent | Merge remote-tracking branch 'origin/alphubel-prod' into alphubel-prod (diff) | |
download | act4e-6c8351d32b1fbbac60370a8a10eaac9a9e36965c.tar.gz act4e-6c8351d32b1fbbac60370a8a10eaac9a9e36965c.zip |
misc
-rw-r--r-- | pyproject.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 6300d7c..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,23 +0,0 @@ -[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"} |