Skip to content

Commit

Permalink
Update MANIFEST to include OpenCL kernel
Browse files Browse the repository at this point in the history
Update MANIFEST to include OpenCL kernel. Fixes #37.
  • Loading branch information
pwollstadt committed Jul 21, 2019
1 parent bce2ace commit 8ab6056
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include COPYING.txt
include idtxl/infodynamics.jar
include idtxl/gpuKnnKernelNoIdx.cl
recursive-include test/data *
recursive-include docs *
23 changes: 12 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@
setup(
name='idtxl',
packages=['idtxl'],
include_package_data=True,
version='1.0',
description='Information Dynamics Toolkit xl',
author='Patricia Wollstadt, Joseph T. Lizier, Raul Vicente, Conor Finn, Mario Martinez-Zarzuela, Pedro Mediano, Leonardo Novelli, Michael Wibral',
author_email='p.wollstadt@gmail.com',
url='https://github.com/pwollstadt/IDTxl',
long_description=long_description,
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX :: Linux",
"Intended Audience :: Science/Research",
"Environment :: Console",
"Environment :: Other Environment",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX :: Linux",
"Intended Audience :: Science/Research",
"Environment :: Console",
"Environment :: Other Environment",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
]
)

0 comments on commit 8ab6056

Please sign in to comment.