Enable OS X build. Fix Windows build.

Update README and trove classifiers in setup.py
This commit is contained in:
Piotr Lizonczyk
2017-11-03 23:33:32 +01:00
parent 4be0891658
commit 08d0859a79
4 changed files with 10 additions and 1 deletions

3
setup.py Normal file → Executable file
View File

@@ -29,6 +29,9 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
# 'Programming Language :: Python :: 3.7',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux'
],
keywords='cryptography noiseprotocol noise security',
packages=find_packages(exclude=['contrib', 'docs', 'tests', 'examples']),