Skip to content

Commit

Permalink
add trove classifiers to pypi metadata and package badges to readme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-bentley authored Nov 17, 2020
1 parent f6e8415 commit 0e2efd7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FACET is composed of the following key components:
| | frames that ensures end-to-end traceability of features. |
+----------------+---------------------------------------------------------------------+

|azure_pypi| |azure_conda| |azure_devops_master_ci| |code_cov|
|pypi| |conda| |azure_devops_master_ci| |code_cov|
|python_versions| |code_style| |made_with_sphinx_doc| |License_badge|

Installation
Expand Down Expand Up @@ -291,11 +291,11 @@ or have a look at

.. |spacer| unicode:: 0x2028 0x2003 0x2003 0x2003 0x2003 0x2003 0x2003

.. |azure_conda| image:: https://
:target: https://
.. |conda| image:: https://anaconda.org/bcg_gamma/gamma-facet/badges/version.svg
:target: https://anaconda.org/BCG_Gamma/gamma-facet

.. |azure_pypi| image:: https://
:target: https://
.. |pypi| image:: https://badge.fury.io/py/gamma-facet.svg
:target: https://pypi.org/project/gamma-facet/

.. |azure_devops_master_ci| image:: https://
:target: https://
Expand Down
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ requires = [

requires-python = ">=3.6,<4"

classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Scientific/Engineering",
]

[tool.flit.metadata.requires-extra]
testing = [
"pytest >= 5.2.*",
Expand Down

0 comments on commit 0e2efd7

Please sign in to comment.