~ubuntu-branches/ubuntu/vivid/scim-tegaki/vivid

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-04-22 21:06:56 UTC
  • Revision ID: james.westby@ubuntu.com-20090422210656-9fa39j96xxzeqmbp
Tags: upstream-0.1
Import upstream version 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
 
 
3
from distutils.core import setup
 
4
import os
 
5
 
 
6
# Please run
 
7
# python setup.py install   
 
8
 
 
9
setup(
 
10
    name = 'scim-tegaki',
 
11
    description = 'Tegaki integration in SCIM',
 
12
    author = 'Mathieu Blondel',
 
13
    author_email = 'mathieu ÂT mblondel DÔT org',
 
14
    url = 'http://tegaki.sourceforge.net',
 
15
    version = '0.1',
 
16
    license='GPL',
 
17
    data_files=[('share/scim-python/helper/tegaki/',
 
18
                 ['src/__init__.py', 'src/scimtegaki.py'])]
 
19
 
 
20
)
 
 
b'\\ No newline at end of file'