Skip to content

Commit

Permalink
Update README.md; Rename setup.py name for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmferrer committed Mar 5, 2018
1 parent 6a4f7ed commit 82250b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pipedrive API wrapper for Pypedrive written in Python.

## Installing
```
git+git://github.com/GearPlug/pipedrive-python
pip install pipedrive-python-lib
```

## Usage
Expand Down Expand Up @@ -296,7 +296,12 @@ delete_hooks = client.delete_hook_subscription(hook_id="")
## Requirements
- requests

## Tests

## Contributing
```
pipedrive/test.py
Fork it ( https://github.com/GearPlug/pipedrive-python/fork )
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am 'Add some feature')
Push to the branch (git push origin my-new-feature)
Create a new Pull Request
```
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


setup(name='pipedrive',
version='0.1',
setup(name='pipedrive-python-lib',
version='0.1.0',
description='API wrapper for Pipedrive written in Python',
long_description=read('README.md'),
url='https://github.com/GearPlug/pipedrive-python',
Expand Down

0 comments on commit 82250b6

Please sign in to comment.