Skip to content

Commit 44555f6

Browse files
authored
Keep twine in a dev extra
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent a31d286 commit 44555f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"pytest >= 6, != 7.0.0",
5454
"pytest-xdist >= 2",
5555
],
56+
"dev":
57+
[
58+
"twine",
59+
],
5660
"linting":
5761
[
5862
"black",

0 commit comments

Comments
 (0)