QNLP
v1.0
setup.py
Go to the documentation of this file.
1
import
setuptools
2
3
setuptools.setup(
4
name=
"PyQNLPSimulator"
,
5
version=
"0.1"
,
6
author=
"Lee J. O\'Riordan (ICHEC), Myles Doyle (ICHEC)"
,
7
author_email=
"lee.oriordan@ichec.ie, myles.doyle@ichec.ie"
,
8
description=
"Quantum NLP package"
,
9
long_description=
"Quantum NLP project @ ICHEC"
,
10
url=
"https://github.com/ichec/qnlp"
,
11
packages=setuptools.find_packages(),
12
package_data={
''
: [
'_PyQNLPSimulator.*.so'
],},
13
classifiers=[
14
"Programming Language :: Python :: 3"
,
15
],
16
)
intel-qnlp-rc2
modules
py
bindings
setup.py
Generated by
1.8.15