Add supported OS's

Fixes https://github.com/ethereum/ethereum-python-project-template/issues/37
This commit is contained in:
Jason Carver
2021-01-19 16:14:16 -08:00
parent f4f5c051f5
commit 8c7f30b0b7

View File

@ -69,6 +69,8 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: MacOS',
'Operating System :: POSIX',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',