Loading pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ keywords = [ license = {file = "LICENSE.txt"} name = "sampleproject" readme = "README.rst" requires-python = ">=3.7" [project.scripts] sampleproject = "sampleproject:main" Loading Loading
pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ keywords = [ license = {file = "LICENSE.txt"} name = "sampleproject" readme = "README.rst" requires-python = ">=3.7" [project.scripts] sampleproject = "sampleproject:main" Loading