1
1
[tool .poetry ]
2
2
name = " mystbin-py"
3
- version = " 6.0.1 "
3
+ version = " 6.0.2 "
4
4
description = " A small simple wrapper around the mystb.in API."
5
- authors = [" AbstractUmbra <Umbra@AbstractUmbra .dev>" ]
5
+ authors = [" AbstractUmbra <umbra@abstractumbra .dev>" ]
6
6
license = " MIT"
7
7
readme = " README.md"
8
8
homepage = " https://github.com/PythonistaGuild/mystbin.py"
9
9
repository = " https://github.com/PythonistaGuild/mystbin.py"
10
- keywords = [" mystbin" , " paste" ]
10
+ keywords = [" mystbin" , " paste" ]
11
11
classifiers = [
12
12
" License :: OSI Approved :: MIT License" ,
13
13
" Intended Audience :: Developers" ,
@@ -20,13 +20,11 @@ classifiers = [
20
20
" Topic :: Internet" ,
21
21
" Typing :: Typed" ,
22
22
]
23
- include = [
24
- " LICENSE"
25
- ]
23
+ include = [" LICENSE" ]
26
24
packages = [
27
25
{ include = " mystbin" },
28
26
{ include = " mystbin/**/*.py" },
29
- { include = " mystbin/py.typed" }
27
+ { include = " mystbin/py.typed" },
30
28
]
31
29
32
30
[tool .poetry .urls ]
@@ -36,13 +34,15 @@ packages = [
36
34
python = " ^3.8"
37
35
aiohttp = [
38
36
{ version = " ^3.8" },
39
- { version = " ^3.8" , markers = " extra == 'speed'" , extras = [" speedups" ]},
37
+ { version = " ^3.8" , markers = " extra == 'speed'" , extras = [
38
+ " speedups" ,
39
+ ] },
40
40
]
41
41
42
42
sphinx = { version = " ^4.0.0" , optional = true }
43
43
sphinxcontrib-trio = { version = " *" , optional = true }
44
44
furo = { version = " *" , optional = true }
45
- pytz = { version = " *" , optional = true , python = " <3.9" }
45
+ pytz = { version = " *" , optional = true , python = " <3.9" }
46
46
47
47
[tool .poetry .extras ]
48
48
speed = [" aiohttp" ]
0 commit comments