Skip to content

Commit

Permalink
Standalone script + pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkebr committed Jan 16, 2021
1 parent 21dbe3a commit ceb0cd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,10 @@
History
-------
3.0.2 (2021-01-16)
++++++++++++++++++++
* Standalone script should work now

3.0.1 (2021-01-16)
++++++++++++++++++++
* Removed universal wheel
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name='pybozocrack',
version='3.0.1',
version='3.0.2',
description='PyBozoCrack is a depressingly effective MD5 password hash cracker with almost zero CPU/GPU load.',
long_description=readme + '\n\n' + history,
author='Henrique Pereira',
Expand All @@ -44,4 +44,5 @@
'Programming Language :: Python :: 3.9'
],
test_suite='tests',
scripts=['pybozocrack.py'],
entry_points={'console_scripts': ['pybozocrack = pybozocrack:main']},)

0 comments on commit ceb0cd9

Please sign in to comment.