Skip to content

Commit

Permalink
fix: add proj desc
Browse files Browse the repository at this point in the history
  • Loading branch information
nmvrs committed Sep 22, 2024
1 parent 6a3f75e commit f2c1205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
![PyPI - Status](https://img.shields.io/pypi/status/rerun-animation)
![PyPI - License](https://img.shields.io/pypi/l/rerun-animation)
![Static Badge](https://img.shields.io/badge/docs-link-8A2BE2?style=flat&link=https%3A%2F%2Fmoverseai.github.io%2Frerun-animation%2F)
[![Discord2](https://img.shields.io/badge/server-7289DA?logo=discord&logoColor=white&label=Discord)](https://discord.gg/bQc7B6qSPd)
[![Discord2](https://img.shields.io/badge/server-7289DA?logo=discord&logoColor=white&label=discord)](https://discord.gg/bQc7B6qSPd)
<!-- ![Discord](https://dcbadge.limes.pink/api/server/bQc7B6qSPd) -->
<!-- <a href="https://discord.gg/bQc7B6qSPd"><img src="https://img.shields.io/discord/WIDGET_ID?logo=discord&logoColor=violet&label=discord" alt="Active Discord Server Users" /></a> -->

![GitHub Release Date](https://img.shields.io/github/release-date/moverseai/rerun-animation)
[![Downloads](https://static.pepy.tech/badge/rerun-animation)](https://pepy.tech/project/rerun-animation)
![PyPI - Downloads](https://img.shields.io/pypi/dm/rerun-animation?style=plastic&logo=python&logoColor=magenta&color=magenta&link=https%3A%2F%2Fpypi.org%2Fproject%2Frerun-animation%2F)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ace5cb2d5105429da91010170445d4c6)](https://app.codacy.com/gh/moverseai/rerun-animation/dashboard)
[![CodeFactor](https://www.codefactor.io/repository/github/moverseai/rerun-animation/badge)](https://www.codefactor.io/repository/github/moverseai/rerun-animation)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

<!-- [![Downloads](https://static.pepy.tech/badge/rerun-animation)](https://pepy.tech/project/rerun-animation) -->
___

<!-- [![Downloads](https://static.pepy.tech/badge/rerun-animation/month)](https://pepy.tech/project/rerun-animation) -->
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ def get_requirements():


PACKAGE_NAME = "rerun-animation"
VERSION = "0.1.2"
VERSION = "0.1.3"
AUTHOR = "Moverse P.C."
EMAIL = "[email protected]"
LICENSE = "Apache 2.0"
URL = "https://moverseai.github.io/rerun-animation/"
CODE_URL = "https://github.com/moverseai/rerun-animation/"
DOCS_URL = "https://moverseai.github.io/rerun-animation/"
DESCRIPTION = ""
DESCRIPTION = "A rerun-sdk plugin and tools for 3D animation."
KEYWORDS = [
"rerun-sdk",
"animation",
Expand Down

0 comments on commit f2c1205

Please sign in to comment.