Convert to pyproject.toml
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "DMARCReceiver"
|
||||
version = "1.5"
|
||||
description = "Receive DMARC reports"
|
||||
authors = [
|
||||
{ name = "David Baer", email = "david@amyanddavid.net" }
|
||||
]
|
||||
dependencies = [
|
||||
"lxml",
|
||||
"sqlalchemy",
|
||||
"transaction",
|
||||
"zope.interface",
|
||||
"zope.sqlalchemy",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
dmarc-receive = "dmarcreceiver.commands:main_cli"
|
||||
Reference in New Issue
Block a user