We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124804c commit bc5020bCopy full SHA for bc5020b
setup.py
@@ -8,7 +8,7 @@
8
author = 'Andrei Khaliaukin',
9
author_email = 'endpoo@gmail.com',
10
url = 'https://github.com/ToGoBananas/moleculer-python', # use the URL to the github repo
11
- download_url = 'https://github.com/ToGoBananas/moleculer-python/archive/0.1.tar.gz', # I'll explain this in a second
+ download_url='https://github.com/ToGoBananas/moleculer-python/archive/0.2.tar.gz', # I'll explain this in a second
12
keywords = ['moleculer', 'microservices'], # arbitrary keywords
13
classifiers = [],
14
)
0 commit comments