Switch to setuptools and bump the version

main
kaiyou 5 years ago committed by Alexander Graf
parent 3d0d831c76
commit dbec5f0a6c
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

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

Loading…
Cancel
Save