Skip to content

Commit

Permalink
build: pypi package skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
aidencullo committed Mar 13, 2024
1 parent aa155c0 commit 6f2d6d2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.poetry]
name = "nomail"
version = "0.1.1"
description = "lightweight customizable email filter"
authors = ["Aiden Cullo <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 6f2d6d2

Please sign in to comment.