Skip to content

Commit 7e76204

Browse files
author
Maxim Kochukov
committed
new: manifest
1 parent aeb20ea commit 7e76204

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE.txt
2+
include README.md

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name='randcrack', # How you named your package folder (MyLib)
99
packages=['randcrack'], # Chose the same as "name"
10-
version='0.1.2', # Start with a small number and increase it with every change you make
10+
version='0.1.3', # Start with a small number and increase it with every change you make
1111
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1212
description='Predict python\'s random module random generated values',
1313
long_description=long_description,
@@ -16,7 +16,7 @@
1616
author_email='kochukov.ma@gmail.com', # Type in your E-Mail
1717
url='https://github.com/tna0y/Python-random-module-cracker', # Provide either the link to your github
1818
# or to your website
19-
download_url='https://github.com/tna0y/Python-random-module-cracker/archive/0.1.2.tar.gz',
19+
download_url='https://github.com/tna0y/Python-random-module-cracker/archive/0.1.3.tar.gz',
2020
keywords=['random', 'security', 'cryptography', 'cracker', 'encryption'], # Keywords that define your package best
2121
install_requires=[],
2222
classifiers=[

0 commit comments

Comments
 (0)