From 84978da12c1d857aaa8e64129d634ebd5270f100 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 15 Jun 2017 11:35:03 +0200 Subject: build: Remove long description in setup --- setup.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 767313b..f00e934 100755 --- a/setup.py +++ b/setup.py @@ -4,11 +4,6 @@ from setuptools import setup from codecs import open from os import path -here = path.abspath(path.dirname(__file__)) - -with open(path.join(here, 'README.md'), encoding='utf-8') as f: - long_description = f.read() - setup( name="Rumba", version="0.4", @@ -18,7 +13,6 @@ setup( author_email="sander.vrijders@intec.ugent.be", license="LGPL", description="Rumba measurement framework for RINA", - long_description=long_description, packages=["rumba", "rumba.testbeds", "rumba.prototypes"], install_requires=["paramiko", "wheel", "wget"], scripts = ['tools/rumba-access'] -- cgit v1.2.3