From ad531c45d661f22121e3ce0985404bed839cf219 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 2 Oct 2024 07:55:51 -0400 Subject: [PATCH] Remove setup.cfg because it is not needed Updated to v0.0.7 to make sure this works with PyPi. Signed-off-by: Daniel J Walsh --- pyproject.toml | 2 +- setup.cfg | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 setup.cfg diff --git a/pyproject.toml b/pyproject.toml index 5578a5f..f59fa9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ramalama" -version = "0.0.6" +version = "0.0.7" dependencies = [ "argcomplete", ] diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 37f1f0e..0000000 --- a/setup.cfg +++ /dev/null @@ -1,20 +0,0 @@ -[metadata] -name = ramalama -description = RamaLama is a command line tool for working with AI LLM models. -long_description = file: README.md -long_description_content_type = text/markdown -url = https://github.com/containers/ramalama -platforms = any -project_urls = - Bug Tracker = https://github.com/containers/ramalama/issues -keywords = ramalama - -[options] -include_package_data = True - -[bdist_wheel] -# python < 3.8 not supported -universal = false - -[sdist] -formats = gztar