setup.py
branchv0.7.x
changeset 676 2bc11dada296
parent 645 fcc3f100e56a
parent 675 d24f094d1cb5
child 711 2a75058fc064
equal deleted inserted replaced
674:995203a101e1 676:2bc11dada296
     1 #!/usr/bin/env python3
     1 #!/usr/bin/env python3
     2 # -*- coding: utf-8 -*-
     2 # -*- coding: utf-8 -*-
     3 # Copyright 2007 - 2012, Pascal Volk
     3 # Copyright 2007 - 2013, Pascal Volk
     4 # See COPYING for distribution information.
     4 # See COPYING for distribution information.
     5 
     5 
     6 import os
     6 import os
     7 from distutils.core import setup
     7 from distutils.core import setup
     8 
     8