Skip to content

Commit

Permalink
2.2.1 - Forgot file
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneLiberty committed May 1, 2023
1 parent 32f58df commit e2e2c16
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 @@ -26,13 +26,14 @@
"HardNestedSolver/hardnested/hardnested_bruteforce.c",
"HardNestedSolver/hardnested/hardnested_bitarray_core.c",
"HardNestedSolver/hardnested/tables.c",
"HardNestedSolver/pm3/util_posix.c",
"HardNestedSolver/python.c"], include_dirs=include_dirs,
library_dirs=include_dirs, extra_compile_args=extra_compile_args, libraries=libraries)

with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(name="FlipperNested", version="2.2.0", author="AloneLiberty",
setuptools.setup(name="FlipperNested", version="2.2.1", author="AloneLiberty",
description="Recover keys from collected nonces", long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/AloneLiberty/FlipperNestedRecovery",
Expand Down

0 comments on commit e2e2c16

Please sign in to comment.