File: setup.cfg

package info (click to toggle)
pytsk 20250801-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,180 kB
  • sloc: python: 2,996; ansic: 2,132; cpp: 986; makefile: 63
file content (18 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[metadata]
name = pytsk3
version = 20250801
description = Python bindings for the SleuthKit
long_description = Python bindings for the SleuthKit
author = Michael Cohen
author_email = scudette@gmail.com
maintainer = Joachim Metz
maintainer_email = joachim.metz@gmail.com
url = https://github.com/py4n6/pytsk
license = Apache License, Version 2.0
license_files = LICENSE sleuthkit/licenses/cpl1.0.txt sleuthkit/licenses/IBM-LICENSE
classifiers =
  Development Status :: 3 - Alpha
  Programming Language :: Python

[options]
python_requires = >=3.8