mirror of
https://github.com/sashs/Ropper
synced 2026-06-08 17:20:46 +00:00
add all packages; fixes #188
This commit is contained in:
+6
-3
@@ -3,7 +3,7 @@ requires = ["setuptools >= 61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
version = "1.13.12"
|
||||
version = "1.13.13"
|
||||
name = "ropper"
|
||||
description = "Show information about files in different file formats and find gadgets to build rop chains for different architectures."
|
||||
dependencies = [
|
||||
@@ -38,5 +38,8 @@ Repository = "https://github.com/sashs/Ropper.git"
|
||||
[project.scripts]
|
||||
ropper = "ropper.__main__:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["ropper"]
|
||||
[tool.setuptools.packages]
|
||||
find = {}
|
||||
|
||||
[tooll.setuptools.packages.find]
|
||||
include = ['ropper*']
|
||||
|
||||
Reference in New Issue
Block a user