Skip to content

Commit

Permalink
updated pypi classifiers and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Mar 26, 2018
1 parent 9ab8091 commit 728ec89
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
17 changes: 14 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ Strawberry Fields
:alt: Read the Docs
:target: https://strawberryfields.readthedocs.io

.. image:: https://img.shields.io/pypi/v/StrawberryFields.svg?style=for-the-badge
:alt: PyPI
:target: https://pypi.org/project/StrawberryFields

.. image:: https://img.shields.io/pypi/l/StrawberryFields.svg?style=for-the-badge
:alt: PyPI - License
:target: https://www.apache.org/licenses/LICENSE-2.0

.. image:: https://img.shields.io/pypi/pyversions/StrawberryFields.svg?style=for-the-badge
:alt: PyPI - Python Version
:target: https://pypi.org/project/StrawberryFields

Strawberry Fields is a full-stack Python library for designing,
simulating, and optimizing continuous variable (CV) quantum
optical circuits.
Expand All @@ -25,8 +37,8 @@ Features
========

.. image:: doc/_static/sfcomponents.svg
:align: right
:width: 60%
:align: center
:width: 70%

* An open-source software architecture for **photonic quantum computing**

Expand Down Expand Up @@ -54,7 +66,6 @@ These can be installed using pip, or, if on linux, using your package manager (i

Installation
============
.. highlight:: console

Installation of Strawberry Fields, as well as all required Python packages mentioned above, can be done using pip:
::
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'maintainer': 'Xanadu Inc.',
'maintainer_email': 'nathan@xanadu.ai',
'url': 'http://xanadu.ai',
'license': 'LICENSE',
'license': 'Apache License 2.0',
'packages': [
'strawberryfields',
# 'strawberryfields.templates',
Expand Down Expand Up @@ -68,6 +68,10 @@
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3 :: Only',
"Topic :: Scientific/Engineering :: Physics"
]

Expand Down

0 comments on commit 728ec89

Please sign in to comment.