• Łukasz Nowak's avatar
    Automatically install argparse if missing. · 3903db81
    Łukasz Nowak authored
    argparse is available from python2.7, but a lot of python2.7 compilations does
    not provide it.
    
    As users expect package to work by default, in case if python used to install
    package does not contain argparse, add it to install_requires without requiring
    any intervention, because default invocation shall work.
    3903db81
setup.py 2.9 KB