Skip to content
Snippets Groups Projects
Unverified Commit a87dc448 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

note that argparse is needed for the cmds (not a requirement…)

parent 7e479df5
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ setup( ...@@ -65,6 +65,7 @@ setup(
# install_requires = [ # install_requires = [
# '' # ''
# ], # ],
# Recommends: argparse (for mmllib.cmds, so not a hard Depends for the library)
classifiers = [ classifiers = [
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Environment :: Console', 'Environment :: Console',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment