Skip to content

Commit

Permalink
Fix debug code..
Browse files Browse the repository at this point in the history
  • Loading branch information
wallento committed Jul 7, 2020
1 parent 7abb5c6 commit 274d5b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand All @@ -14,6 +12,7 @@
author="Staf Verhaegen, Mathias Kreider",
author_email="[email protected], [email protected]",
description="Cocotb Wishbone modules",
long_description=long_description,
packages=["cocotbext.wishbone"],
install_requires=['cocotb'],
setup_requires=[
Expand Down

0 comments on commit 274d5b2

Please sign in to comment.