Skip to content

Commit

Permalink
Merge pull request #1288 from dcbaker/python-37-setup
Browse files Browse the repository at this point in the history
Python 37 setup
  • Loading branch information
dcbaker committed Aug 2, 2018
2 parents ff2d324 + 57cf2c9 commit cc33e18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console :: Curses',
'Framework :: Twisted',
'Framework :: AsyncIO',
'Intended Audience :: End Users/Desktop',
(
'License :: OSI Approved'
':: GNU General Public License v3 or later (GPLv3+)'),
'Operating System :: POSIX',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Communications :: Email :: Email Clients (MUA)',
'Topic :: Database :: Front-Ends',
Expand Down

0 comments on commit cc33e18

Please sign in to comment.