Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Jan 23, 2025
1 parent 1c5a72c commit 09f7ef0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@

class Recipe(ConanFile):
name = "metall-ffi"
version = None

author = "https://github.com/dice-group/metall-ffi"
author = "https://github.com/dice-group"
url = "https://github.com/dice-group/metall-ffi"
description = "FFI for the metall libary"
topics = "FFI", "persistent memory"
license = "MIT", "Apache-2.0"

# Binary configuration
settings = "os", "compiler", "build_type", "arch"
Expand Down

0 comments on commit 09f7ef0

Please sign in to comment.