You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,21 @@
1
1
fromsetuptoolsimportsetup, find_packages
2
2
setup(
3
-
name="bitcoin-python",
4
-
version="0.2",
3
+
name='bitcoin-python',
4
+
version='0.2',
5
+
description='Friendly Bitcoin JSON-RPC API binding for Python',
6
+
long_description='This package allows performing commands such as listing the current balance and sending coins to the Satoshi (original) client from Python.',
0 commit comments