Skip to content

Commit

Permalink
Documentation: Use the README.md for the long description
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Feb 1, 2021
1 parent 5cc453b commit bad253d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@

from volatility3.framework import constants

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setuptools.setup(name = "volatility3",
description = "Memory forensics framework",
version = constants.PACKAGE_VERSION,
license = "VSL",
keywords = "volatility memory forensics framework windows linux volshell",
author = "Volatility Foundation",
long_description = long_description,
long_description_content_type = "text/markdown",
author_email = "[email protected]",
url = "https://volatilityfoundation.org/volatility/",
project_urls = {
Expand Down

0 comments on commit bad253d

Please sign in to comment.