We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8bef4 commit f5e9027Copy full SHA for f5e9027
setup.cfg
@@ -27,6 +27,7 @@ classifiers =
27
[options]
28
packages = find:
29
package_dir = = src
30
+py_modules = dovecot_archive
31
python_requires = >= 3.5
32
setup_requires = python-dateutil
33
install_requires = python-dateutil
src/dovecot_archive.py
@@ -6,7 +6,7 @@
6
import re
7
import subprocess
8
9
-__version__ = '1.0.0'
+__version__ = '1.0.1'
10
__usage__ = '''
11
dovecot-archive is a doveadm wrapper for common mail archival tasks.
12
0 commit comments