Line | |
---|
1 | # -*- coding: utf-8 -*- |
---|
2 | from distutils.core import setup |
---|
3 | from distutils.extension import Extension |
---|
4 | import os |
---|
5 | import subprocess |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | setup( name = "Lliurex-moving-core", |
---|
11 | version = "2.0", |
---|
12 | author = "Enrique Medina Gremaldos", |
---|
13 | author_email = "quiqueiii@gmail.com", |
---|
14 | url = "http://lliurex.net/home/", |
---|
15 | package_dir = {'': 'src'}, |
---|
16 | packages = ['net','net.Lliurex','net.Lliurex.Classroom','net.Lliurex.Classroom.MovingProfiles'], |
---|
17 | data_files = [("/usr/bin/",["bin/llx-moving-cmd","bin/llx-moving-gnome"]),("/etc/profile.d/",["profile.d/llx-moving-load.sh"]),("/etc/systemd/logind.conf.d/",["logind.conf.d/llx-moving-gnome.conf"]),("/etc/xdg/autostart/",["llx-moving-gnome.desktop"])] |
---|
18 | |
---|
19 | ) |
---|
20 | |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.