diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-12-04 22:56:08 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-12-04 22:56:08 +0000 |
commit | 7e336eea1b03f6e3cb65db69daad5c959733b7ea (patch) | |
tree | d67f2ee2816922c51333aedc8553ac8272ed218c /pyproject.toml | |
parent | added to pypi (diff) | |
download | delf-7e336eea1b03f6e3cb65db69daad5c959733b7ea.tar.gz delf-7e336eea1b03f6e3cb65db69daad5c959733b7ea.zip |
added the readme for pypi
Diffstat (limited to 'pyproject.toml')
-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", |