1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
[metadata]
name = pytsk3
version = 20231007
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.7
[bdist_rpm]
release = 1
packager = Joachim Metz <joachim.metz@gmail.com>
doc_files = LICENSE sleuthkit/licenses/cpl1.0.txt sleuthkit/licenses/IBM-LICENSE README
build_requires = python-setuptools
|