Skip to content

Commit

Permalink
Merge pull request sendgrid#1 from faulkner/fix-package
Browse files Browse the repository at this point in the history
Fix package name.
  • Loading branch information
Kane-Sendgrid committed Jun 28, 2012
2 parents d8d0a0c + 6b0d374 commit 6b2104b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ git clone git@github.com:sendgrid/sendgrid-python.git
Using Pypi:

```
easy_install sendgrid-python
easy_install sendgrid
```

## SendGrid APIs ##
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import os
from setuptools import setup, find_packages


setup(
name='sendgrid-python',
name='sendgrid',
version='0.1.0',
author='Kane Kim',
author_email='kane@sendgrid.com',
packages=find_packages(),
url='https://github.com/sendgrid/sendgrid-python/',
license='LICENSE.txt',
description='Sendgrid library for python',
long_description='Sendgrid library for python',
description='SendGrid client',
long_description='SendGrid client',
)

0 comments on commit 6b2104b

Please sign in to comment.