Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Connor committed Dec 12, 2021
1 parent 5895f04 commit 301412f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions pyproject.toml
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",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
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
Expand Down

0 comments on commit 301412f

Please sign in to comment.