forked from PSPReverse/PSPTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
22 lines (19 loc) · 666 Bytes
/
setup.cfg
File metadata and controls
22 lines (19 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
name = psptool
version = 2.6
author = Christian Werling
author_email = cwerling@posteo.de
url = https://github.com/PSPReverse/PSPTool
description = PSPTool is a tool for dealing with AMD binary blobs
classifiers= Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Security
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.8
[options]
packages = psptool
python_requires = >=3.8
install_requires = cryptography>=38.0.0
prettytable
[options.entry_points]
console_scripts = psptool = psptool.__main__:main