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 18d5c8c..710e73b 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,