Minor fix to the setup.py file.

This commit is contained in:
Mike Auty
2018-12-20 00:18:22 +00:00
parent 928ec87e17
commit 065808c648
+1 -1
View File
@@ -26,7 +26,7 @@ setuptools.setup(
name = "volatility",
description = "Memory forensics framework",
version = constants.PACKAGE_VERSION,
license = "VCLA",
license = "VCPL",
keywords = "volatility memory forensics framework windows linux volshell",
author = "Volatility Foundation",
author_email = "volatility@volatilityfoundation.org",