This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71efdfb
commit 83f7d33
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,13 @@ | |
packages=find_packages(exclude=exclude_packages), | ||
install_requires=install_requires, | ||
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4', | ||
version='0.1.3', | ||
version='0.2.0', | ||
description='An rpc client for LND (lightning network deamon)', | ||
long_description=long_description, | ||
author='Adrien Emery', | ||
author_email='[email protected]', | ||
url='https://github.com/adrienemery/lnd-grpc-client', | ||
download_url='https://github.com/adrienemery/lnd-grpc-client/archive/0.1.1.tar.gz', | ||
download_url='https://github.com/adrienemery/lnd-grpc-client/archive/0.2.0.tar.gz', | ||
keywords=['lnd', 'lightning-network', 'bitcoin', 'grpc', 'rpc', 'async'], | ||
license='MIT', | ||
classifiers=[ | ||
|
@@ -47,5 +47,6 @@ | |
'Programming Language :: Python :: 3.4', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Programming Language :: Python :: 3.7', | ||
], | ||
) |