Add long description for pypi
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Tue, 20 Dec 2016 16:58:20 +0000 (11:58 -0500)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Tue, 20 Dec 2016 16:58:20 +0000 (11:58 -0500)
setup.py

index de262e4..64fadf7 100644 (file)
--- a/setup.py
+++ b/setup.py
 #     See the License for the specific language governing permissions and
 #     limitations under the License.
 
-
+from pathlib import Path
 from setuptools import setup, find_packages
 
+here = Path(__file__).absolute().parent
+readme = here / 'docs' / 'readme.rst'
 
 setup(
     name='juju',
@@ -31,6 +33,7 @@ setup(
     maintainer='Juju Ecosystem Engineering',
     maintainer_email='juju@lists.ubuntu.com',
     description=('Python library for Juju'),
+    long_description=readme.read_text(),
     url='https://github.com/juju/python-libjuju',
     license='Apache 2',
     classifiers=[