We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e7026 commit 39bab00Copy full SHA for 39bab00
1 file changed
pyproject.toml
@@ -1,10 +1,13 @@
1
[project]
2
name = "magicpickle"
3
-version = "0.0.3"
+version = "0.0.4"
4
description = "A wrapper around magic-wormhole and joblib to send pickled objects across the internet."
5
readme = "README.md"
6
-license = {file = "LICENSE"}
+license = {text = "MIT License"}
7
dependencies = [
8
"joblib",
9
"magic-wormhole",
10
]
11
+
12
+[project.urls]
13
+Repository = "https://github.com/jasonkena/magicpickle"
0 commit comments