Skip to content

Commit

Permalink
Add long_description to setup.py; Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmferrer committed Feb 20, 2018
1 parent a5dbcdb commit 442e1bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This library works for API version: v9.0

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

## Usage
Expand Down
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
import os
from setuptools import setup


def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


setup(name='dynamics365crm-python',
version='0.1',
description='API wrapper for Dynamics365CRM written in Python',
long_description=read('README.md'),
url='https://github.com/GearPlug/dynamics365crm-python',
author='Yordy Gelvez',
author_email='yordy.gelvez@gmail.com',
Expand Down

0 comments on commit 442e1bc

Please sign in to comment.