|
7 | 7 | setup( |
8 | 8 | name='randcrack', # How you named your package folder (MyLib) |
9 | 9 | packages=['randcrack'], # Chose the same as "name" |
10 | | - version='0.1.3', # Start with a small number and increase it with every change you make |
| 10 | + version='0.1.5', # Start with a small number and increase it with every change you make |
11 | 11 | license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository |
12 | 12 | description='Predict python\'s random module random generated values', |
13 | 13 | long_description=long_description, |
|
16 | 16 | author_email='kochukov.ma@gmail.com', # Type in your E-Mail |
17 | 17 | url='https://github.com/tna0y/Python-random-module-cracker', # Provide either the link to your github |
18 | 18 | # or to your website |
19 | | - download_url='https://github.com/tna0y/Python-random-module-cracker/archive/0.1.3.tar.gz', |
| 19 | + download_url='https://github.com/tna0y/Python-random-module-cracker/archive/0.1.5.tar.gz', |
20 | 20 | keywords=['random', 'security', 'cryptography', 'cracker', 'encryption'], # Keywords that define your package best |
21 | 21 | install_requires=[], |
22 | 22 | classifiers=[ |
|
0 commit comments