File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ include README.md
2
+ include LICENSE.txt
3
+ include tests/run-tests.py
4
+
Original file line number Diff line number Diff line change 34
34
35
35
from pyscrypt .hash import hash
36
36
37
- VERSION = [1 , 1 ]
37
+ VERSION = [1 , 1 , 1 ]
38
38
39
39
__all__ = ['hash' ]
Original file line number Diff line number Diff line change 4
4
5
5
LONG_DESCRIPTION = '''A very simple, pure-Python implementation of the scrypt
6
6
password-based key derivation function with no dependencies beyond standard
7
- Python libraries.'''
7
+ Python libraries. See README.md for API reference and details. '''
8
8
9
9
setup (name = 'pyscrypt' ,
10
- version = '1.1' ,
10
+ version = '1.1.1 ' ,
11
11
description = 'Pure-Python Implementation of the scrypt password-based key derivation function' ,
12
12
long_description = LONG_DESCRIPTION ,
13
13
author = 'Richard Moore' ,
You can’t perform that action at this time.
0 commit comments