Skip to content

Commit 106b190

Browse files
committed
Add LICENSE
1 parent a6d5eab commit 106b190

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

LICENSE

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
The MIT License (MIT)
2+
3+
Copyright 2018 Zach Mullen
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction,
7+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
8+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or
12+
substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
15+
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ assert hash1.digest() == hash2.digest()
2626

2727
## Developers
2828

29-
Build the package:
29+
Build the package (requires openssl on your build paths):
3030

3131
python setup.py sdist bdist_wheel
3232

3333
If building a MacOS wheel, also run:
3434

35-
delocate-wheel ./dist/*-macosx_*.whl
35+
delocate-wheel -v ./dist/*-macosx_*.whl
3636

3737
Build the linux bdist_wheels (64-bit only at the moment):
3838

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='hashstate',
14-
version='0.2.0',
14+
version='0.2.1',
1515
description='Serializable hash objects',
1616
url='https://github.com/zachmullen/hashstate',
1717
long_description=readme,

0 commit comments

Comments
 (0)