Skip to content

Commit

Permalink
Add typing support to ofrak_ghidra package (#421)
Browse files Browse the repository at this point in the history
* Add typing to ofrak_ghidra package

* Add changelog

---------

Co-authored-by: Paul Noalhyt <paul@redballoonsecurity.com>
  • Loading branch information
paulnoalhyt and Paul Noalhyt authored Feb 17, 2024
1 parent e001c49 commit fd7fc5d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions disassemblers/ofrak_ghidra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
All notable changes to `ofrak-ghidra` will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/redballoonsecurity/ofrak/tree/master)

## 0.1.1 - 2024-02-15
### Added
- Added typing support to the ofrak-ghidra package. This is helpful for users who use `mypy` and `ofrak_ghidra` in a project.

## 0.1.0 - 2022-08-09
### Added
Initial release. Hello world!
Empty file.
1 change: 1 addition & 0 deletions disassemblers/ofrak_ghidra/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def read_requirements(requirements_path):
description="OFRAK Ghidra Components",
url="", # TODO
packages=setuptools.find_packages(),
package_data={"ofrak_ghidra": ["py.typed"]},
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit fd7fc5d

Please sign in to comment.