We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d81af commit 83956eaCopy full SHA for 83956ea
pyproject.toml
@@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
6
name = "riptide-lib"
7
version = "0.10.0"
8
description = "Tool to manage development environments for web applications using containers - Library Package"
9
-readme = "README.rst"
+readme = "README.md"
10
requires-python = ">=3.11"
11
-license = { file = "LICENSE" }
+license = "MIT"
12
authors = [
13
{ name = "Marco Köpcke", email = "hello@capypara.de" }
14
]
0 commit comments