skeleton/setup.py
branchtls-sprint
changeset 1802 d628defebc17
parent 232 f1f26070117d
child 1977 606923dff11b
equal deleted inserted replaced
1801:672acc730ce5 1802:d628defebc17
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 # pylint: disable-msg=W0404,W0622,W0704,W0613,W0152
     2 # pylint: disable-msg=W0404,W0622,W0704,W0613,W0152
     3 # Copyright (c) 2003-2004 LOGILAB S.A. (Paris, FRANCE).
     3 # Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
     4 # http://www.logilab.fr/ -- mailto:contact@logilab.fr
     4 # http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5 #
     5 #
     6 # This program is free software; you can redistribute it and/or modify it under
     6 # This program is free software; you can redistribute it and/or modify it under
     7 # the terms of the GNU General Public License as published by the Free Software
     7 # the terms of the GNU General Public License as published by the Free Software
     8 # Foundation; either version 2 of the License, or (at your option) any later
     8 # Foundation; either version 2 of the License, or (at your option) any later
    43                  author=author,
    43                  author=author,
    44                  author_email=author_email,
    44                  author_email=author_email,
    45                  url=web,
    45                  url=web,
    46                  data_files=data_files,
    46                  data_files=data_files,
    47                  **kwargs)
    47                  **kwargs)
    48             
    48 
    49 if __name__ == '__main__' :
    49 if __name__ == '__main__' :
    50     install()
    50     install()