mirror of
https://github.com/login-securite/DonPAPI
synced 2025-01-03 13:12:11 +00:00
proper pyproject
This commit is contained in:
parent
f724f821f2
commit
b9e1830a06
@ -2,7 +2,23 @@
|
||||
name = "donpapi"
|
||||
version = "1.0.0"
|
||||
description = "Dumping revelant information on compromised targets without AV detection"
|
||||
authors = ["login-securite"]
|
||||
authors = ["Login Securite <contact@login-securite.com>"]
|
||||
readme = "readme.md"
|
||||
homepage = "https://github.com/login-securite/DonPAPI"
|
||||
repository = "https://github.com/login-securite/DonPAPI"
|
||||
exclude = []
|
||||
include = ["config/*", "lazagne/*", "lib/*", "software/*", "*.py"]
|
||||
classifiers = [
|
||||
'Environment :: Console',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Topic :: Security',
|
||||
]
|
||||
packages = [
|
||||
{ include = "lib", from = "." }
|
||||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
donpapi = 'DonPAPI:main'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
|
Loading…
Reference in New Issue
Block a user