1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Switch to setuptools and bump the version

This commit is contained in:
kaiyou 2019-07-14 13:33:57 +02:00 committed by Alexander Graf
parent 3d0d831c76
commit dbec5f0a6c
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

View File

@ -1,13 +1,13 @@
#!/usr/bin/env python
from distutils.core import setup
from setuptools import setup
with open("README.md", "r") as fh:
long_description = fh.read()
setup(
name="podop",
version="0.2.4",
version="0.2.5",
description="Postfix and Dovecot proxy",
long_description=long_description,
long_description_content_type="text/markdown",