Skip to content

Commit e8d6f7e

Browse files
committed
Update readme and setup to reflect forking the original project
1 parent 89ab121 commit e8d6f7e

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CryptsyPythonAPI
33

44
API for Cryptsy.com Exchange utilizing completely built-in functions and utilities of Python 2.7.
55

6+
Author's Note
7+
-------------
8+
This API wrapper is a fork of [ScriptProdigy's CryptsyPythonAPI](https://github.com/ScriptProdigy/CryptsyPythonAPI).
9+
610
Example Usage
711
-------------
812
Create buy order for dgc, market id 26, then cancels all orders you have for dgc
@@ -13,13 +17,6 @@ print(Exchange.createOrder(26, "Buy", 100, 0.00000001)) # Buy 100 dgc at .
1317
print(Exchange.cancelMarketOrders(26)) # Cancels all orders in market 26, dgc
1418
```
1519

16-
17-
18-
Authors Note And Contact
19-
-------------
20-
If you have any questions or concerns email me at matt.joseph.smith@gmail.com or skype me at scriptprodigy!
21-
22-
Donations ;)
23-
-------------
24-
Send all donations to this cryptsy trade key please! :)
25-
7f79452abf8d345ebc8247a631dd1f1a367cb6a0
20+
License
21+
-------
22+
This piece of software is licensed under the GPL2 license, see license.txt.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
version='0.1',
77
license='GNU GPL2',
88
url='https://github.com/ScriptProdigy/CryptsyPythonAPI',
9-
author='Matt Joseph Smith',
10-
author_email='matt.joseph.smith@gmail.com',
9+
author='Jaap Broekhuizen <jaapz.b@gmail.com>, '
10+
'Matt Joseph Smith <matt.joseph.smith@gmail.com>',
1111
description='A python wrapper for the Cryptsy API.',
1212
py_modules=['Cryptsy'],
1313
zip_safe=False,

0 commit comments

Comments
 (0)