From 274d5b29a4e04a1494c111b20729c01a992836fc Mon Sep 17 00:00:00 2001 From: Stefan Wallentowitz Date: Tue, 7 Jul 2020 21:31:30 +0200 Subject: [PATCH] Fix debug code.. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8cdf13a..10c6df6 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,6 @@ with open("README.rst", "r") as fh: long_description = fh.read() -print(long_description) - setuptools.setup( name="cocotbext-wishbone", use_scm_version={ @@ -14,6 +12,7 @@ author="Staf Verhaegen, Mathias Kreider", author_email="staf@stafverhaegen.be, m.kreider@gsi.de", description="Cocotb Wishbone modules", + long_description=long_description, packages=["cocotbext.wishbone"], install_requires=['cocotb'], setup_requires=[