Commit 1395b25b38967ebd6983cf04837edfd78e31be78
1 parent
f053aad6
updated setup and changelog
Showing
1 changed file
with
4 additions
and
1 deletions
setup.py
| ... | ... | @@ -55,7 +55,7 @@ import os, fnmatch |
| 55 | 55 | #--- METADATA ----------------------------------------------------------------- |
| 56 | 56 | |
| 57 | 57 | name = "oletools" |
| 58 | -version = '0.60.2dev5' | |
| 58 | +version = '0.60.2dev6' | |
| 59 | 59 | 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" |
| 60 | 60 | long_desc = open('oletools/README.rst').read() |
| 61 | 61 | author = "Philippe Lagadec" |
| ... | ... | @@ -84,6 +84,9 @@ classifiers=[ |
| 84 | 84 | "Programming Language :: Python :: 3.7", |
| 85 | 85 | "Programming Language :: Python :: 3.8", |
| 86 | 86 | "Programming Language :: Python :: 3.9", |
| 87 | + "Programming Language :: Python :: 3.10", | |
| 88 | + "Programming Language :: Python :: 3.11", | |
| 89 | + "Programming Language :: Python :: 3.12", | |
| 87 | 90 | "Topic :: Security", |
| 88 | 91 | "Topic :: Software Development :: Libraries :: Python Modules", |
| 89 | 92 | ] | ... | ... |