diff options
| -rw-r--r-- | pyproject.toml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/pyproject.toml b/pyproject.toml index e71a89e..e02e0fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@  [tool.poetry]  name = "delf" -version = "0.1.2" +version = "0.1.3"  description = "yet another elf dump tool"  authors = ["terminaldweller <devi@terminaldweller.com>"]  license = "GPL-3.0" +readme = "README.md"  keywords = ["elf", "capstone"]  classifiers = [      "Environment :: Console", | 
