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 Feb 16, 2018
1 parent c96388d commit 9826f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ facebookmarketing is an API wrapper for Facebook written in Python

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

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

setup(name='facebookmarketing',
setup(name='facebookmarketing-python',
version='0.1',
description='API wrapper for Facebook written in Python',
url='https://github.com/GearPlug/facebookmarketing-python',
Expand Down

0 comments on commit 9826f11

Please sign in to comment.