-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (43 loc) · 1.27 KB
/
Copy pathpyproject.toml
File metadata and controls
47 lines (43 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "powershell-pro-obfuscator"
version = "1.0.0"
description = "PowerShell Pro Obfuscator Web API interface can help you obfuscate, virtualize and protect PowerShell .ps1 scripts against analysis, reverse engineering and technology theft. PowerShell Pro Obfuscator provides advanced PowerShell source code parsing based on AST trees, multiple advanced obfuscation, virtualization and protection strategies are available."
readme = "README.md"
requires-python = ">=3"
license = "Apache-2.0"
authors = [
{ name = "Bartosz Wójcik", email = "support@pelock.com" },
]
keywords = [
"powershell",
"ps1",
"obfuscator",
"obfuscation",
"obfuscate",
"virtualization",
"virtualizer",
"vm",
"anti-debug",
"self-defending",
"protection",
"script",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Security",
"Natural Language :: English",
"Programming Language :: Python :: 3",
]
dependencies = [
"requests",
]
[project.urls]
Homepage = "https://www.pelock.com"
[tool.setuptools]
zip-safe = false
[tool.setuptools.packages.find]
where = ["."]