Skip to content

Commit

Permalink
PyPI classifiers and Shields (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba authored Nov 28, 2022
1 parent 6445948 commit ce93579
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.. image:: https://img.shields.io/pypi/status/Renate
:alt: PyPI - Status
.. image:: https://img.shields.io/github/v/release/awslabs/Renate
:alt: Latest Release
.. image:: https://img.shields.io/pypi/dm/Renate
:alt: PyPI - Downloads
.. image:: https://img.shields.io/github/license/awslabs/Renate
:target: https://github.com/awslabs/Renate/blob/main/LICENSE
:alt: License
Expand Down
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "Renate"
description = "Library for Continual Learning for Practitioners"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.8, <=3.10"
dynamic = ["version", "readme", "dependencies"]

Expand Down

0 comments on commit ce93579

Please sign in to comment.