We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee980b3 commit 6316fd3Copy full SHA for 6316fd3
setup.py
@@ -8,7 +8,7 @@
8
author = '', # Type in your name
9
author_email = '[email protected]', # Type in your E-Mail
10
url = 'https://cryptolens.io', # Provide either the link to your github or to your website
11
- download_url = 'https://github.com/Cryptolens/cryptolens-python/archive/v_01.tar.gz', # I explain this later on
+ download_url = 'https://github.com/Cryptolens/cryptolens-python/archive/v_02.tar.gz', # I explain this later on
12
keywords = ['software licensing', 'licensing library', 'cryptolens'], # Keywords that define your package best
13
install_requires=[ # I get to this in a second
14
'pycrypto'
0 commit comments