File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33setup (
44 name = 'licensing' , # How you named your package folder (MyLib)
55 packages = ['licensing' ], # Chose the same as "name"
6- version = '0.51 ' , # Start with a small number and increase it with every change you make
6+ version = '0.52 ' , # Start with a small number and increase it with every change you make
77 license = 'MIT' , # Chose a license from here: https://help.github.com/articles/licensing-a-repository
88 #description_file = 'Client library for Cryptolens licensing Web API.', # Give a short description about your library
99 long_description = 'Client library for Cryptolens Web API (software licensing).' ,
1010 long_description_content_type = "text/markdown" ,
1111 author = 'Cryptolens AB' , # Type in your name
1212 author_email = '[email protected] ' ,
# Type in your E-Mail 1313 url = 'https://cryptolens.io' , # Provide either the link to your github or to your website
14- download_url = 'https://github.com/Cryptolens/cryptolens-python/archive/v_51 .tar.gz' ,
14+ download_url = 'https://github.com/Cryptolens/cryptolens-python/archive/v_52 .tar.gz' ,
1515 project_urls = { # optional, shows on PyPI
1616 "Source" : "https://github.com/Cryptolens/cryptolens-python" ,
1717 "Tracker" : "https://github.com/Cryptolens/cryptolens-python/issues" ,
You can’t perform that action at this time.
0 commit comments