diff --git a/MANIFEST.in b/MANIFEST.in index 4faef4e..04cb1db 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,6 +8,7 @@ include docs-requirements.txt recursive-include docs * recursive-include tests * +recursive-include contrib * prune tests/storage/servers recursive-include tests/storage/servers/radicale * recursive-include tests/storage/servers/skip * diff --git a/contrib/vdirsyncer.plist b/contrib/vdirsyncer.plist new file mode 100644 index 0000000..4588b65 --- /dev/null +++ b/contrib/vdirsyncer.plist @@ -0,0 +1,43 @@ + + + + + + + EnvironmentVariables + + + LANG + @@LOCALE@@ + LC_ALL + @@LOCALE@@ + + Label + vdirsyncer + WorkingDirectory + + @@WORKINGDIRECTORY@@ + ProgramArguments + + + @@VDIRSYNCER@@ + + -v + ERROR + sync + + RunAtLoad + + StartInterval + + @@SYNCINTERVALL@@ + + + + + + + + +