Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymilter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
1d10bb17
Commit
1d10bb17
authored
20 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Create Milter package.
parent
8e93d4be
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
setup.py
+4
-2
4 additions, 2 deletions
setup.py
with
5 additions
and
2 deletions
MANIFEST.in
+
1
−
0
View file @
1d10bb17
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
2
View file @
1d10bb17
...
@@ -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
'
]
]
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment