Skip to content

Commit

Permalink
Removed tests and added console script alias 'smbng'
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jun 2, 2024
1 parent caea1f9 commit 1b53648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ impacket = "^0.10.0"

[tool.poetry.scripts]
smbclientng="smbclientng.__main__:main"
smbng="smbclientng.__main__:main"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
author_email="[email protected]",
packages=["smbclientng", "smbclientng.core", "smbclientng.modules", "smbclientng.tests"],
packages=["smbclientng", "smbclientng.core", "smbclientng.modules"],
package_data={'smbclientng': ['smbclientng/']},
include_package_data=True,
license="GPL3",
Expand Down

0 comments on commit 1b53648

Please sign in to comment.