1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 15:47:26 +01:00

Revert "readme updates and python classifiers"

This reverts commit a5c6e16b88.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern
2025-09-16 16:00:09 -04:00
parent 0ba81d9977
commit da244531c3
2 changed files with 0 additions and 34 deletions

View File

@@ -2,34 +2,6 @@
<img src="https://github.com/user-attachments/assets/1a338ecf-dc84-4495-8c70-16882955da47" width=50%>
</p>
<p align="center">
<a href="https://github.com/containers/ramalama">
<img src="https://img.shields.io/github/issues/containers/ramalama?style=flat-square" height="22" alt="Open Issues"/>
</a>
<img src="https://img.shields.io/github/license/containers/ramalama?style=flat-square" height="22" alt="License"/>
<a href="https://github.com/containers/ramalama">
<img src="https://img.shields.io/github/languages/top/containers/ramalama?style=flat-square" height="22" alt="Top language"/>
</a>
<a href="https://pypi.org/project/ramalama/">
<img src="https://img.shields.io/pypi/v/ramalama?style=flat-square" height="22" alt="PyPI version"/>
</a>
<a href="https://pypi.org/project/ramalama/">
<img src="https://img.shields.io/pypi/pyversions/ramalama?style=flat-square" height="22" alt="Supported Python versions"/>
</a>
<a href="https://discord.gg/MkCXuTRBUn">
<img src="https://img.shields.io/discord/1388199960503128165?style=flat-square&logo=discord&label=discord" height="22" alt="Join Discord"/>
</a>
<a href="https://matrix.to/#/#ramalama:fedoraproject.org">
<img src="https://img.shields.io/badge/matrix-join-blue?style=flat-square&logo=matrix" height="22" alt="Join Matrix"/>
</a>
</p>
<h3 align="center">
<a href="https://docs.ramalama.com/">Docs</a> &bull;
<a href="https://github.com/containers/ramalama/discussions" title="Community Page">Discussion</a> &bull;
<a href="https://blog.ramalama.com" title="RamaLama Blog">Blog</a>
</h3>
[RamaLama](https://ramalama.ai) strives to make working with AI simple, straightforward, and familiar by using OCI containers.
<br>
<br>

View File

@@ -17,12 +17,6 @@ maintainers = [
{ name="Dan Walsh", email = "dwalsh@redhat.com" },
{ name="Eric Curtin", email = "ecurtin@redhat.com" },
]
classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
[project.license]
text = "MIT"