- forget to add file

svn path=/trunk/boinc/; revision=18384
This commit is contained in:
David Anderson 2009-06-11 23:06:02 +00:00
parent 89010182c9
commit ac14777bae
1 changed files with 11 additions and 0 deletions

11
py/setup.py.in Normal file
View File

@ -0,0 +1,11 @@
#! /usr/bin/env python
from distutils.core import setup
setup(name = 'Boinc',
version = '@PACKAGE_VERSION@',
description = 'Python API for BOINC',
url = 'http://boinc.berkeley.edu',
packages = ['Boinc'],
py_modules = ['boinc_path_config']
)