Skip to content

Commit

Permalink
🔖 version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zrquan committed Oct 24, 2024
1 parent 9c29794 commit e00208e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nmass"
version = "0.1.4"
version = "0.1.5"
description = "A python3 library that makes it easier to use nmap and masscan."
authors = [{ name = "4shen0ne", email = "4shen.01@gmail.com" }]
readme = "README.md"
Expand Down Expand Up @@ -47,6 +47,9 @@ dev-dependencies = [
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = ["nmass"]

[tool.mypy]
files = ["nmass"]
disallow_untyped_defs = true
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e00208e

Please sign in to comment.