From 1395b25b38967ebd6983cf04837edfd78e31be78 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Mon, 10 Jun 2024 23:03:02 +0200 Subject: [PATCH] updated setup and changelog --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cefe687..8570e2e5 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.60.2dev5' +version = '0.60.2dev6' desc = "Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR" long_desc = open('oletools/README.rst').read() author = "Philippe Lagadec" @@ -84,6 +84,9 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Security", "Topic :: Software Development :: Libraries :: Python Modules", ]