mirror of https://github.com/BOINC/boinc.git
- forget to add file
svn path=/trunk/boinc/; revision=18384
This commit is contained in:
parent
89010182c9
commit
ac14777bae
|
@ -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']
|
||||||
|
)
|
Loading…
Reference in New Issue