Skip to content

Commit

Permalink
chore: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Apr 29, 2024
1 parent 47bea66 commit 898edb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# 👩‍✈️ Coqpit

[![CI](https://github.com/coqui-ai/coqpit/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/coqui-ai/coqpit/actions/workflows/main.yml)
[![CI](https://github.com/idiap/coqui-ai-coqpit/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/idiap/coqui-ai-coqpit/actions/workflows/main.yml)

Simple, light-weight and no dependency config handling through python data classes with to/from JSON serialization/deserialization.

Currently it is being used by [🐸TTS](https://github.com/coqui-ai/TTS).
Currently it is being used by [🐸TTS](https://github.com/idiap/coqui-ai-TTS).

## ❔ Why I need this
What I need from a ML configuration library...

Expand Down Expand Up @@ -295,5 +296,3 @@ Install the pre-commit hook to automatically check your commits for style and hi
```bash
$ python .pre-commit-2.12.1.pyz install
```

<img src="https://static.scarf.sh/a.png?x-pxid=cd0232a8-ead2-4f1f-87f5-0dd8ec33ee51" />
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,18 @@ def run(self):
url="https://github.com/erogol/coqpit",
author="Eren Gölge",
author_email="[email protected]",
maintainer="Enno Hermann",
maintainer_email="[email protected]"
description="Simple (maybe too simple), light-weight config management through python data-classes.",
long_description=README,
long_description_content_type="text/markdown",
license="",
include_package_data=True,
packages=find_packages(include=["coqpit*"]),
project_urls={
"Tracker": "https://github.com/coqui-ai/coqpit/issues",
"Repository": "https://github.com/coqui-ai/coqpit",
"Discussions": "https://github.com/coqui-ai/coqpit/discussions",
"Tracker": "https://github.com/idiap/coqui-ai-coqpit/issues",
"Repository": "https://github.com/idiap/coqui-ai-coqpit",
"Discussions": "https://github.com/idiap/coqui-ai-coqpit/discussions",
},
cmdclass={
"build_py": build_py,
Expand Down

0 comments on commit 898edb2

Please sign in to comment.