Skip to content

Commit

Permalink
Include package data needed for install
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Oct 30, 2020
1 parent c5cc88d commit d07f86c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 1 @@
include README.md LICENSE.md
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 28,15 @@
license = f.read()

setup(name='python-slimta',
version='4.1.0',
version='4.1.1',
author='Ian Good',
author_email='[email protected]',
description='Lightweight, asynchronous SMTP libraries.',
long_description=readme license,
long_description_content_type='text/markdown',
license='MIT',
url='http://slimta.org/',
include_package_data=True,
packages=find_packages(),
namespace_packages=['slimta'],
install_requires=['gevent >= 1.1rc',
Expand Down

0 comments on commit d07f86c

Please sign in to comment.