1e1e4e8 Use entry_points for ipa CLI

3 files Authored by cheimes 7 years ago, Committed by mbasti 7 years ago,
    Use entry_points for ipa CLI
    
    Fix problem with hard-coded shebang in ipa command line tool by using
    a proper setuptools entry point for the console script. ipaclient is now
    an executable Python package, too.
    
    ```
    $ python -m ipaclient ping
    ```
    
    is equivalent to
    
    ```
    $ ipa ping
    ```
    
    Related: https://pagure.io/freeipa/issue/6653
    Closes: https://pagure.io/freeipa/issue/6850
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
    
        
ipa
file modified
+2 -3
file modified
+5 -1