]> Untitled Git - axy/ft/python08.git/commitdiff
Fixed poetry
author= <=>
Wed, 1 Apr 2026 15:16:01 +0000 (17:16 +0200)
committer= <=>
Wed, 1 Apr 2026 15:16:01 +0000 (17:16 +0200)
ex01/pyproject.toml

index 1d7e38ef242f14ab5424648a3a065fe041f8b68d..3f918024c27125908038a2cf3849e667c38ed36f 100644 (file)
@@ -2,7 +2,8 @@
 name = "ex01"
 version = "0.1.0"
 description = "Matrix data loader"
-authors = ["Your Name <you@example.com>"]
+authors = ["agilliar"]
+package-mode=false
 
 [tool.poetry.dependencies]
 python = "^3.10"