Skip to content

Commit

Permalink
Add wheel dependency to allow packaging (Chia-Network#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano54 authored Jan 9, 2020
1 parent dbec82f commit fb26529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ def build_extension(self, ext):

setup(
name='blspy',
version='0.1.13',
version='0.1.14',
author='Mariano Sorgente',
author_email='[email protected]',
description='BLS signatures in c++ (python bindings)',
python_requires='>3.1',
install_requires=["wheel"],
long_description='BLS signatures with aggregation. Uses fast c++ implementation. See https://github.com/Chia-Network/bls-signatures for more details',
ext_modules=[CMakeExtension('blspy', '.')],
cmdclass=dict(build_ext=CMakeBuild),
Expand Down

0 comments on commit fb26529

Please sign in to comment.