We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5cc88d + d07f86c commit 64f88c1Copy full SHA for 64f88c1
MANIFEST.in
@@ -0,0 +1 @@
1
+include README.md LICENSE.md
setup.py
@@ -28,14 +28,15 @@
28
license = f.read()
29
30
setup(name='python-slimta',
31
- version='4.1.0',
+ version='4.1.1',
32
author='Ian Good',
33
author_email='icgood@gmail.com',
34
description='Lightweight, asynchronous SMTP libraries.',
35
long_description=readme + license,
36
long_description_content_type='text/markdown',
37
license='MIT',
38
url='http://slimta.org/',
39
+ include_package_data=True,
40
packages=find_packages(),
41
namespace_packages=['slimta'],
42
install_requires=['gevent >= 1.1rc',
0 commit comments