Initial commit
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "pyprotest"
|
||||
version = "0.0.1"
|
||||
description = "My pyproject test"
|
||||
readme = "README.md"
|
||||
license = { file = "LICENSE.txt" }
|
||||
authors = [
|
||||
{ name = "Dietrich Rink" }
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"requests ~= 2.27.1"
|
||||
]
|
||||
Reference in New Issue
Block a user