Skip to content
Snippets Groups Projects
Forked from tests / apertis-test-cases
Source project has a limited visibility.
  • Luis Araujo's avatar
    bb5bc5fa
    Make the code a proper module and command · bb5bc5fa
    Luis Araujo authored
    
    This commit applies several changes in order to turn the
    renderer code into a proper python module and command that
    can be easily installed using the setuptools module.
    
    Main changes:
    - Main executable is named atc
    - Use setuptools to install renderer executable
    - Improve tests so they can be easily executed by packages
    - Update README instructions
    
    Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
    bb5bc5fa
    History
    Make the code a proper module and command
    Luis Araujo authored
    
    This commit applies several changes in order to turn the
    renderer code into a proper python module and command that
    can be easily installed using the setuptools module.
    
    Main changes:
    - Main executable is named atc
    - Use setuptools to install renderer executable
    - Improve tests so they can be easily executed by packages
    - Update README instructions
    
    Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>