Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
poetry.group.dev.dependencies execution #271
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3exec authored Oct 27, 2024
1 parent c438fe5 commit 8503878
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[tool.poetry]
name = "crackmapexec"
version = "6.1.0"
version = "6.4.5"
description = "A swiss army knife for pentesting networks"
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"]
authors = ["Sulaiman <byt3n33dl3@proton.me>", "Martial Puygrenier <mpgn@protonmail.com>"]
readme = "README.md"
homepage = "https://github.com/mpgn/CrackMapExec"
repository = "https://github.com/mpgn/CrackMapExec"
homepage = "https://github.com/byt3n33dl3/CrackMapExec"
repository = "https://github.com/byt3n33dl3/CrackMapExec"
exclude = []
include = ["cme/data/*", "cme/modules/*"]
license = "BSD-2-Clause"
license = "BSD-3-Clause"
classifiers = [
'Environment :: Console',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3',
'Topic :: Security',
]
packages = [
{ include = "cme"}
{ include = "crackmapexec"}
]

[tool.poetry.scripts]
Expand Down

0 comments on commit 8503878

Please sign in to comment.