From 6f7e9ca22fc45bb92c60481d18ee0767fa0e0059 Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Wed, 15 Dec 2021 12:09:28 -0500 Subject: [PATCH] Prepare 0.3.0 Release (#118) --- .../{ => 0.3}/wrap-library-circuits-a909848daef4566c.yaml | 0 releasenotes/notes/{ => 0.3}/yahoo-ccd9beea8bb60fd9.yaml | 0 setup.py | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename releasenotes/notes/{ => 0.3}/wrap-library-circuits-a909848daef4566c.yaml (100%) rename releasenotes/notes/{ => 0.3}/yahoo-ccd9beea8bb60fd9.yaml (100%) diff --git a/releasenotes/notes/wrap-library-circuits-a909848daef4566c.yaml b/releasenotes/notes/0.3/wrap-library-circuits-a909848daef4566c.yaml similarity index 100% rename from releasenotes/notes/wrap-library-circuits-a909848daef4566c.yaml rename to releasenotes/notes/0.3/wrap-library-circuits-a909848daef4566c.yaml diff --git a/releasenotes/notes/yahoo-ccd9beea8bb60fd9.yaml b/releasenotes/notes/0.3/yahoo-ccd9beea8bb60fd9.yaml similarity index 100% rename from releasenotes/notes/yahoo-ccd9beea8bb60fd9.yaml rename to releasenotes/notes/0.3/yahoo-ccd9beea8bb60fd9.yaml diff --git a/setup.py b/setup.py index 18d5c8c1..710e73b7 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ author='Qiskit Finance Development Team', author_email='hello@qiskit.org', license='Apache-2.0', - classifiers=( + classifiers=[ "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers", @@ -62,7 +62,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering" - ), + ], keywords='qiskit sdk quantum finance', packages=setuptools.find_packages(include=['qiskit_finance', 'qiskit_finance.*']), install_requires=REQUIREMENTS,