Note it works with python 3.7

This commit is contained in:
Tim Savannah 2019-05-13 11:24:40 -04:00
parent f793e36dc6
commit f7f761789c

View File

@ -49,6 +49,7 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)