Skip to content

Commit

Permalink
Merge pull request #27 from daviddavis/long-description
Browse files Browse the repository at this point in the history
Adding a long description from README
  • Loading branch information
daviddavis authored May 16, 2018
2 parents d825e9a + 7a2a6b5 commit caa2cb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
'pulpcore-plugin',
]

with open('README.rst') as f:
long_description = f.read()

setup(
name='pulp-ansible',
version='0.1.0b2',
description='Pulp plugin to manage Ansible content, e.g. roles',
long_description=long_description,
author='Pulp Ansible Plugin Project Developers',
author_email='[email protected]',
url='https://github.com/pulp/pulp_ansible',
Expand Down

0 comments on commit caa2cb5

Please sign in to comment.