Skip to content

Commit 64f88c1

Browse files
authored
Merge pull request #166 from slimta/data
Include package data needed for install
2 parents c5cc88d + d07f86c commit 64f88c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.md LICENSE.md

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
license = f.read()
2929

3030
setup(name='python-slimta',
31-
version='4.1.0',
31+
version='4.1.1',
3232
author='Ian Good',
3333
author_email='icgood@gmail.com',
3434
description='Lightweight, asynchronous SMTP libraries.',
3535
long_description=readme + license,
3636
long_description_content_type='text/markdown',
3737
license='MIT',
3838
url='http://slimta.org/',
39+
include_package_data=True,
3940
packages=find_packages(),
4041
namespace_packages=['slimta'],
4142
install_requires=['gevent >= 1.1rc',

0 commit comments

Comments
 (0)