Skip to content
Snippets Groups Projects
Commit 1d10bb17 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Create Milter package.

parent 8e93d4be
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ include spfquery.py ...@@ -15,6 +15,7 @@ include spfquery.py
include test.py include test.py
include sample.py include sample.py
include test/* include test/*
include Milter/*.py
include *.spec include *.spec
include start.sh include start.sh
include milter.rc include milter.rc
......
...@@ -26,7 +26,8 @@ querying SPF records. ...@@ -26,7 +26,8 @@ querying SPF records.
maintainer_email="stuart@bmsi.com", maintainer_email="stuart@bmsi.com",
license="GPL", license="GPL",
url="http://www.bmsi.com/python/milter.html", url="http://www.bmsi.com/python/milter.html",
py_modules=["Milter","mime","spf"], py_modules=["mime","spf"],
packages = ['Milter'],
ext_modules=[ ext_modules=[
Extension("milter", ["miltermodule.c"], Extension("milter", ["miltermodule.c"],
libraries=libs, libraries=libs,
...@@ -42,6 +43,7 @@ querying SPF records. ...@@ -42,6 +43,7 @@ querying SPF records.
'Natural Language :: English', 'Natural Language :: English',
'Operating System :: POSIX', 'Operating System :: POSIX',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Communications :: Email :: Mail Transport Agents' 'Topic :: Communications :: Email :: Mail Transport Agents',
'Topic :: Communications :: Email :: Filters'
] ]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment