From 8af2789e536c222319441a1b7f30361aedad903c Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Fri, 29 May 2020 12:12:47 +0200 Subject: [PATCH] setup: re-add utils package Signed-off-by: Alessandro Comodi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index deed4839..d45b1b33 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/SymbiFlow/prjxray", - packages=['prjxray'], + packages=['prjxray', 'utils'], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: ISC License",