Projects STRLCPY DonPAPI Commits b9e1830a
🤬
  • ■ ■ ■ ■ ■ ■
    pyproject.toml
    skipped 1 lines
    2 2  name = "donpapi"
    3 3  version = "1.0.0"
    4 4  description = "Dumping revelant information on compromised targets without AV detection"
    5  -authors = ["login-securite"]
     5 +authors = ["Login Securite <contact@login-securite.com>"]
     6 +readme = "readme.md"
     7 +homepage = "https://github.com/login-securite/DonPAPI"
     8 +repository = "https://github.com/login-securite/DonPAPI"
     9 +exclude = []
     10 +include = ["config/*", "lazagne/*", "lib/*", "software/*", "*.py"]
     11 +classifiers = [
     12 + 'Environment :: Console',
     13 + 'Programming Language :: Python :: 3',
     14 + 'Topic :: Security',
     15 +]
     16 +packages = [
     17 + { include = "lib", from = "." }
     18 +]
     19 + 
     20 +[tool.poetry.scripts]
     21 +donpapi = 'DonPAPI:main'
    6 22   
    7 23  [tool.poetry.dependencies]
    8 24  python = "^3.9"
    skipped 13 lines
Please wait...
Page is in error, reload to recover