File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3+ - " 3.6"
34 - " 3.7"
45 - " 3.8"
56install : pip install -r requirements.txt
Original file line number Diff line number Diff line change 11# FakeSMTPd
22
33[ ![ License] ( https://img.shields.io/pypi/l/FakeSMTPd.svg )] ( https://pypi.python.org/pypi/FakeSMTPd/ )
4+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/fakesmtpd )
45[ ![ GitHub Release] ( https://img.shields.io/github/release/srittau/fakesmtpd/all.svg )] ( https://github.com/srittau/FakeSMTPd/releases/ )
56[ ![ pypi Release] ( https://img.shields.io/pypi/v/FakeSMTPd.svg )] ( https://pypi.python.org/pypi/FakeSMTPd/ )
67[ ![ Build Status] ( https://travis-ci.org/srittau/FakeSMTPd.svg?branch=master )] ( https://travis-ci.org/srittau/FakeSMTPd )
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ def read(fname):
2525 "License :: OSI Approved :: MIT License" ,
2626 "Programming Language :: Python :: 3" ,
2727 "Programming Language :: Python :: 3.6" ,
28+ "Programming Language :: Python :: 3.7" ,
29+ "Programming Language :: Python :: 3.8" ,
2830 "Topic :: Communications :: Email :: Mail Transport Agents" ,
2931 "Topic :: Software Development :: Testing" ,
3032 ],
You can’t perform that action at this time.
0 commit comments