Skip to content

Commit

Permalink
fixed release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Feb 6, 2018
1 parent d7ceece commit c2b5a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include src/*.c
include tests/__init__.py
include tests/ciphertexts.csv
include tests/hashvectors.csv
include tests/test_scrypt_c_module.py
include tests/test_scrypt.py
include tests/test_scrypt_py2x.py
include tests/test_scrypt_py3x.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
#-*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from setuptools import setup, Extension

import sys
Expand Down

0 comments on commit c2b5a5d

Please sign in to comment.