-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joseph Connor
committed
Dec 12, 2021
1 parent
5895f04
commit 301412f
Showing
2 changed files
with
1 addition
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,3 @@ | ||
[project] | ||
name = "moria-c" | ||
version = "0.1.3" | ||
description = "Manipulate in-memory C structures with Python." | ||
authors = [ | ||
"Joe Connor <[email protected]>" | ||
] | ||
license = "MIT" | ||
readme = "README.md" | ||
python = "^3.7" | ||
homepage = "https://github.com/josconno/moria" | ||
repository = "https://github.com/josconno/moria" | ||
documentation = "https://github.com/josconno/moria" | ||
|
||
keywords = [] | ||
|
||
classifiers = [ | ||
] | ||
|
||
# Requirements | ||
[dependencies] | ||
pyelftools = "^0.27" | ||
|
||
[build-system] | ||
requires = [ | ||
"setuptools >= 35.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = moria-c | ||
version = 0.1.3 | ||
version = 0.2.0 | ||
author = Joe Connor | ||
author_email = [email protected] | ||
description = A library for manipulating in-memory C data structures | ||
|