Skip to content

Commit f5e9027

Browse files
committed
Fix installation from PyPI
1 parent 8e8bef4 commit f5e9027

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers =
2727
[options]
2828
packages = find:
2929
package_dir = = src
30+
py_modules = dovecot_archive
3031
python_requires = >= 3.5
3132
setup_requires = python-dateutil
3233
install_requires = python-dateutil

src/dovecot_archive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import re
77
import subprocess
88

9-
__version__ = '1.0.0'
9+
__version__ = '1.0.1'
1010
__usage__ = '''
1111
dovecot-archive is a doveadm wrapper for common mail archival tasks.
1212

0 commit comments

Comments
 (0)