Skip to content

Commit

Permalink
Project file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostTheFox committed Jul 25, 2022
1 parent 85c6155 commit da438f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[tool.poetry]
name = "simple-dmarc-parser"
version = "1.0.0"
version = "1.0.1"
description = "A Python script that processes DMARC reports from a mailbox and gives a basic summary."
authors = ["FrostTheFox <python@frostthefox.pw>"]
keywords = ["dmarc", "rua"]
readme = "README.md"
license = "MIT"
homepage = "https://github.com/FrostTheFox/simple-dmarc-parser"
repository = "https://github.com/FrostTheFox/simple-dmarc-parser"

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit da438f2

Please sign in to comment.