Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .gitbook/assets/dfd.png
Binary file not shown.
Binary file removed .gitbook/assets/sample.png
Binary file not shown.
Binary file removed .gitbook/assets/seq.png
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ coverage.xml
*.cover
.hypothesis/
.pytest_cache/
.ruff_cache/

# Translations
*.mo
Expand Down
105 changes: 0 additions & 105 deletions CHANGELOG.md

This file was deleted.

2 changes: 0 additions & 2 deletions CODEOWNERS

This file was deleted.

2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

27 changes: 0 additions & 27 deletions ROADMAP.md

This file was deleted.

4 changes: 0 additions & 4 deletions SUMMARY.md

This file was deleted.

19 changes: 18 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,25 @@
name = "pytm"
version = "1.3.1"
description = "A Pythonic framework for threat modeling"
authors = ["pytm Team"]
authors = ["pytm Team <please_use_github_issues@nowhere.com>"]
license = "MIT License"
readme = "README.md"
homepage = "https://github.com/OWASP/pytm"
packages = [{include = "pytm"}]
include = [
"pytm/images/*.png",
"pytm/threatlib/threats.json",
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Topic :: Security",
"Natural Language :: English",
]

[tool.poetry.dependencies]
python = "^3.9 || ^3.10 || ^3.11 || ^3.12 || ^3.13 || ^3.14"
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.txt

This file was deleted.

Empty file removed requirements.txt
Empty file.
42 changes: 0 additions & 42 deletions setup.py

This file was deleted.

Loading