1 from distutils
.core
import setup
, Extension
5 description
= 'A package for optimal alignment of short reads',
10 author
= 'Fabio De Bona',
11 author_email
= 'fabio@tuebingen.mpg.de',
13 license
= 'GNU GPL version 3',
14 ext_package
= "qpalma",
15 #ext_modules = extmods,
16 package_dir
= {"qpalma": "python"},
17 #ext_modules=Extension('QPalmaDP',[''])
18 packages
= ["qpalma"])