Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: kazim-45/NETSPY

Release list

V2.0

Choose a tag to compare

@kazim-45 kazim-45 released this 29 Jun 10:35

feat: fix module resolution and restructure package for venv compatibility

  • move templates/ inside netspy_pkg/ so pip includes them on install
  • fix app.py to resolve template path using Path(file).parent
    instead of a relative "../templates" that broke outside source dir
  • update pyproject.toml package-data path to match new structure