QNLP
v1.0
setup.py
Go to the documentation of this file.
1
from
setuptools
import
setup, find_packages
2
setup
(
3
name=
"QNLP"
,
4
version=
"0.1"
,
5
packages=find_packages(),
6
author_email=
"lee.oriordan@ichec.ie, myles.doyle@ichec.ie"
,
7
description=
"Quantum NLP packages"
,
8
long_description=
"Packages developed for the Quantum NLP project @ ICHEC"
,
9
url=
"https://github.com/ichec/qnlp"
,
10
classifiers=[
11
"Programming Language :: Python :: 3"
,
12
],
13
)
setup
Definition:
setup.py:1
intel-qnlp-rc2
modules
py
pkgs
setup.py
Generated by
1.8.15