Skip to content

Commit 82250b6

Browse files
committed
Update README.md; Rename setup.py name for PyPi
1 parent 6a4f7ed commit 82250b6

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)