2 # -*- coding: utf-8 -*-
4 from distutils
.core
import setup
7 name
= 'portablelinux',
9 description
= 'A bootable USB Live Linux creator',
10 long_description
= """Portable Linux is a tool that lets you create bootable USB and removable drives using popular Live CDs based on Casper.""",
11 author
= 'Manuel Amador (Rudd-O)',
12 author_email
= 'rudd-o@rudd-o.com',
14 url
= 'http://rudd-o.com/new-projects/portablelinux',
16 ('share/portablelinux', [
17 'portablelinux.glade',
20 ('share/pixmaps', ['portablelinux.png']),
21 ('share/applications', ['portablelinux.desktop']),
23 scripts
= ["portablelinux"],
24 keywords
= "usb removable linux live cd installer",