We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16101aa commit 7b15c2eCopy full SHA for 7b15c2e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mystbin.py"
3
-version = "0.2.5"
+version = "0.3.0"
4
description = "A small simple wrapper around the mystb.in API."
5
authors = ["AbstractUmbra <Umbra@AbstractUmbra.xyz>"]
6
license = "MIT"
@@ -35,6 +35,9 @@ mypy = "^0.782"
35
[tool.poetry.extras]
36
requests = ["requests"]
37
38
+[tool.poetry.scripts]
39
+version = 'mystbin:main'
40
+
41
[build-system]
42
requires = ["poetry>=0.12"]
43
build-backend = "poetry.masonry.api"
0 commit comments