Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 42f0ee2

Browse files
author
CI workflow
committed
Update setup.py/README.rst to match pyproject.toml/README.md
1 parent 27de0a3 commit 42f0ee2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@
2727
version='0.0.1',
2828
description='Q-CTRL pyQuil Adapter',
2929
python_requires='<3.8,>=3.6.4',
30-
project_urls={'repository': 'https://github.com/qctrl/python-pyquil'},
30+
project_urls={"repository": "https://github.com/qctrl/python-pyquil"},
3131
author='Q-CTRL',
3232
author_email='[email protected]',
3333
license='Apache-2.0',
3434
keywords='quantum computing open source engineering pyquil',
3535
classifiers=['Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: Education', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering :: Physics', 'Topic :: Scientific/Engineering :: Visualization', 'Topic :: Software Development :: Embedded Systems', 'Topic :: System :: Distributed Computing'],
3636
packages=['qctrlpyquil'],
37+
package_dir={"": "."},
3738
package_data={},
3839
install_requires=['numpy==1.*,>=1.16.0', 'pyquil==2.*,>=2.9.0', 'qctrl-open-controls==3.*,>=3.0.0', 'scipy==1.*,>=1.3.0', 'toml==0.*,>=0.10.0'],
39-
extras_require={'dev': ['pylama', 'pylint', 'pylint-runner', 'pytest', 'sphinx==2.*,>=2.2.0']},
40+
extras_require={"dev": ["pylama", "pylint", "pylint-runner", "pytest", "sphinx==2.*,>=2.2.0"]},
4041
)

0 commit comments

Comments
 (0)