File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Pipedrive API wrapper for Pypedrive written in Python.
33
44## Installing
55```
6- git+git://github.com/GearPlug/ pipedrive-python
6+ pip install pipedrive-python-lib
77```
88
99## Usage
@@ -296,7 +296,12 @@ delete_hooks = client.delete_hook_subscription(hook_id="")
296296## Requirements
297297- requests
298298
299- ## Tests
299+
300+ ## Contributing
300301```
301- pipedrive/test.py
302+ Fork it ( https://github.com/GearPlug/pipedrive-python/fork )
303+ Create your feature branch (git checkout -b my-new-feature)
304+ Commit your changes (git commit -am 'Add some feature')
305+ Push to the branch (git push origin my-new-feature)
306+ Create a new Pull Request
302307```
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ def read(fname):
66 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
77
88
9- setup (name = 'pipedrive' ,
10- version = '0.1' ,
9+ setup (name = 'pipedrive-python-lib ' ,
10+ version = '0.1.0 ' ,
1111 description = 'API wrapper for Pipedrive written in Python' ,
1212 long_description = read ('README.md' ),
1313 url = 'https://github.com/GearPlug/pipedrive-python' ,
You can’t perform that action at this time.
0 commit comments