source:
lliurex-up/trunk/fuentes/setup.py
@
3240
Last change on this file since 3240 was 3224, checked in by , 4 years ago | |
---|---|
File size: 461 bytes |
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 | setup( name = "python-lliurex-up", |
9 | version = "0.1", |
10 | author = "Raul Rodrigo Segura", |
11 | author_email = "raurodse@gmail.com", |
12 | url = "http://lliurex.net/", |
13 | package_dir = {'': 'python-lliurex-up'}, |
14 | packages = ['lliurex'], |
15 | ) |
Note: See TracBrowser
for help on using the repository browser.