File tree Expand file tree Collapse file tree 2 files changed +3
-30
lines changed
Expand file tree Collapse file tree 2 files changed +3
-30
lines changed Original file line number Diff line number Diff line change 1919# THE SOFTWARE.
2020#
2121
22- from setuptools import setup , find_packages
22+ from setuptools import setup , find_namespace_packages
2323
2424with open ('README.md' ) as f :
2525 readme = f .read ()
2828 license = f .read ()
2929
3030setup (name = 'python-slimta' ,
31- version = '5.0.1 ' ,
31+ version = '5.0.2 ' ,
3232 author = 'Ian Good' ,
3333 author_email = 'ian@icgood.net' ,
3434 description = 'Lightweight, asynchronous SMTP libraries.' ,
3737 license = 'MIT' ,
3838 url = 'http://slimta.org/' ,
3939 include_package_data = True ,
40- packages = find_packages (),
41- namespace_packages = ['slimta' ],
40+ packages = find_namespace_packages (include = ['slimta.*' ]),
4241 install_requires = ['gevent >= 1.1rc' ,
4342 'pysasl >= 0.5.0' ,
4443 'pycares >= 1' ],
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments