Skip to content

Commit

Permalink
Merge pull request #404 from smooge/fix_el9_build
Browse files Browse the repository at this point in the history
Make minimal change to allow for ramalama to build on EL9
  • Loading branch information
rhatdan authored Nov 1, 2024
2 parents 8624abb + 2588b44 commit 61d0f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def find_package_modules(self, package, package_dir):


setuptools.setup(
name = "ramalama",
version = "0.0.20",
packages=find_packages(),
cmdclass={"build_py": build_py},
scripts=["bin/ramalama"],
Expand Down

0 comments on commit 61d0f3a

Please sign in to comment.