Skip to content

Commit

Permalink
🐛(ozi-new): accept standard Requires-Dist argument form
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Jun 27, 2024
1 parent 2297ff5 commit fc0401e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ozi/new/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@
optional.add_argument(
'-r',
'--dist-requires',
help='Dist-Requires (Multiple Use)',
'--requires-dist',
help='Requires-Dist (Multiple Use)',
action='append',
type=str,
nargs='?',
Expand Down

0 comments on commit fc0401e

Please sign in to comment.